aboutsummaryrefslogtreecommitdiff
path: root/comms/gpredict/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-22 19:15:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-22 19:15:13 +0000
commitfef45f25081d8ee845036d4ad85774129eead809 (patch)
tree245c133a196f523e5bc2381c90c000bb4d4ae961 /comms/gpredict/Makefile
parent8572fd595b55cdfbf0509aa8d37993a1507d0eeb (diff)
downloadports-fef45f25081d8ee845036d4ad85774129eead809.tar.gz
ports-fef45f25081d8ee845036d4ad85774129eead809.zip
Notes
Diffstat (limited to 'comms/gpredict/Makefile')
-rw-r--r--comms/gpredict/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile
new file mode 100644
index 000000000000..11aaae79885f
--- /dev/null
+++ b/comms/gpredict/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gpredict
+# Date created: 2004-01-22
+# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
+#
+# $FreeBSD$
+
+PORTNAME= gpredict
+PORTVERSION= 0.4.99.6
+CATEGORIES= comms
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= groundstation
+
+MAINTAINER= matt@mattsnetwork.co.uk
+COMMENT= Amateur Radio satellite tracking and prediction
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomecanvas gal
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CONFIGURE_ARGS= --disable-nls # nls isn't supported yet
+
+.include <bsd.port.mk>