summaryrefslogtreecommitdiff
path: root/astro/dgpsip/Makefile
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>1999-06-30 03:58:15 +0000
committerDaniel Baker <dbaker@FreeBSD.org>1999-06-30 03:58:15 +0000
commitf01dc75aff5de54b1adbd82ff3c3b83ad7f5bba6 (patch)
treeadb06451794d31a316e3bdf31c250a67b7b5931f /astro/dgpsip/Makefile
parent1) Add a patch to fix the syntax for 'lpc status' for FreeBSD 3.x+ (diff)
initial import of dgpsip port
this is my first freebsd ports commit, so please let me know if I missed something! _]:8)
Notes
Notes: svn path=/head/; revision=19911
Diffstat (limited to 'astro/dgpsip/Makefile')
-rw-r--r--astro/dgpsip/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/astro/dgpsip/Makefile b/astro/dgpsip/Makefile
new file mode 100644
index 000000000000..8551f263e1b3
--- /dev/null
+++ b/astro/dgpsip/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: dgpsip
+# Version required: 1.25
+# Date created: 05 Jun 1999
+# Whom: Daniel Baker <dbaker@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= dgpsip-1.25
+CATEGORIES= astro
+MASTER_SITES= http://www.wsrcc.com/wolfgang/ftp/
+
+MAINTAINER= dbaker@freebsd.org
+
+DISTFILES= dgpsip-1.25.tar.gz
+
+GNU_CONFIGURE= YES
+
+.include <bsd.port.mk>