summaryrefslogtreecommitdiff
path: root/comms/grig/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-22 21:56:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-22 21:56:22 +0000
commit7debfecf5c91e887b99d2cab4c6b7d08f00d05d3 (patch)
tree8113f1cbf522c093f8953c562eb7051efcbf6555 /comms/grig/Makefile
parentRequire perl-5.6.0 or better to build. (diff)
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. However, at present only a subset of the hamlib functions are provided. 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/ PR: ports/61729 Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
Notes
Notes: svn path=/head/; revision=98832
Diffstat (limited to 'comms/grig/Makefile')
-rw-r--r--comms/grig/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/comms/grig/Makefile b/comms/grig/Makefile
new file mode 100644
index 000000000000..c35eec1fb004
--- /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.2.2
+CATEGORIES= comms
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= groundstation
+
+MAINTAINER= matt@mattsnetwork.co.uk
+COMMENT= Amateur Radio control front-end
+
+LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
+
+USE_X_PREFIX= yes
+USE_GNOME= gconf gtk12 gnomecanvas
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_REINPLACE= yes
+CONFIGURE_ARGS= --disable-nls # nls not supported yet
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|GCONF_LIBS="`|GCONF_LIBS="-lgconf-gtk-1 `|' ${WRKSRC}/configure
+
+.include <bsd.port.mk>