diff options
Diffstat (limited to 'astro/dgpsip/Makefile')
-rw-r--r-- | astro/dgpsip/Makefile | 19 |
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> |