diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 03:40:09 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 03:40:09 +0800 |
commit | fc6592a4e3451b0f900b39eb2f4e9f422e8393f4 (patch) | |
tree | a2a5f58b68e0dcd390896d683fbf542f2fac146b /comms/grig | |
parent | cd7e0a3be4084a5b6b705481ba4805dc84eb3bc8 (diff) | |
download | marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.gz marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.bz2 marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.lz marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.xz marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.tar.zst marcuscom-ports-fc6592a4e3451b0f900b39eb2f4e9f422e8393f4.zip |
Fix the build with new gtk20.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9744 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'comms/grig')
-rw-r--r-- | comms/grig/Makefile | 30 | ||||
-rw-r--r-- | comms/grig/distinfo | 3 | ||||
-rw-r--r-- | comms/grig/pkg-descr | 13 | ||||
-rw-r--r-- | comms/grig/pkg-plist | 14 |
4 files changed, 60 insertions, 0 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile new file mode 100644 index 000000000..eca87c163 --- /dev/null +++ b/comms/grig/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: grig +# Date created: 2004-01-22 +# Whom: Matt Dawson <matt@mattsnetwork.co.uk> +# +# $FreeBSD$ +# + +PORTNAME= grig +PORTVERSION= 0.7.2 +PORTREVISION= 1 +CATEGORIES= comms hamradio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= groundstation + +MAINTAINER= matt@chronos.org.uk +COMMENT= Amateur Radio control front-end + +LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN1= grig.1 + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' + +.include <bsd.port.mk> diff --git a/comms/grig/distinfo b/comms/grig/distinfo new file mode 100644 index 000000000..cc064c26a --- /dev/null +++ b/comms/grig/distinfo @@ -0,0 +1,3 @@ +MD5 (grig-0.7.2.tar.gz) = c83fd4b8b32ca84a4021e8afad6f9b64 +SHA256 (grig-0.7.2.tar.gz) = b902f56a8bc287048fcbacbb331cab906b221f81696a1317973c505c870b1b51 +SIZE (grig-0.7.2.tar.gz) = 494153 diff --git a/comms/grig/pkg-descr b/comms/grig/pkg-descr new file mode 100644 index 000000000..3977841cd --- /dev/null +++ b/comms/grig/pkg-descr @@ -0,0 +1,13 @@ +Grig is a graphical front-end to the Ham Radio libraries +written using Gtk+ and Gnome widgets by Alexandru Csete. + +Part of the grounstation suite, it purpose is to control +an amateur radio transceiver from X. It supports any of +the transceivers that hamlib supports, including rpc.rigd +over the network. + +The groundstation suite comprises Gnome-rig and Gnome-predict +and is intended to provide a low-cost amateur radio station +with the facilities of a high-end satellite station. + +WWW: http://groundstation.sourceforge.net/ diff --git a/comms/grig/pkg-plist b/comms/grig/pkg-plist new file mode 100644 index 000000000..d9efd004c --- /dev/null +++ b/comms/grig/pkg-plist @@ -0,0 +1,14 @@ +bin/grig +%%DATADIR%%/AUTHORS +%%DATADIR%%/COPYING +%%DATADIR%%/ChangeLog +%%DATADIR%%/NEWS +%%DATADIR%%/README +share/pixmaps/grig/digits_normal.png +share/pixmaps/grig/digits_small.png +share/pixmaps/grig/grig-logo.png +share/pixmaps/grig/ic910.png +share/pixmaps/grig/smeter.png +@dirrm share/pixmaps/grig +@dirrm %%DATADIR%% +@dirrmtry locale |