summaryrefslogtreecommitdiff
path: root/astro/xtide/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-11-28 20:44:23 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-11-28 20:44:23 +0000
commit5ca129a681526f90eb3fa86dbbf4eeddf18088c8 (patch)
tree32a202195e89d73243b8a925a12e3d17d3521203 /astro/xtide/Makefile
parentRemove xtide (moving it to astro) (diff)
Displays a graphical representation of the tides
Notes
Notes: svn path=/head/; revision=8881
Diffstat (limited to 'astro/xtide/Makefile')
-rw-r--r--astro/xtide/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile
new file mode 100644
index 000000000000..754dd4325412
--- /dev/null
+++ b/astro/xtide/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: xtide
+# Version required: 1.6.2
+# Date created: 30 August 1997
+# Whom: Brion Moss <brion@queeg.com>
+#
+# $Id$
+#
+
+DISTNAME= xtide-1.6.2
+CATEGORIES= astro
+MASTER_SITES= http://www.universe.digex.net/~dave/files/
+DISTFILES= xtide-1.6.2.tgz harmonics.gz
+EXTRACT_ONLY= xtide-1.6.2.tgz
+
+MAINTAINER= brion@queeg.com
+
+# www.universe.digex.net is broken
+FETCH_BEFORE_ARGS= -t
+
+USE_IMAKE= yes
+NO_WRKSUBDIR= yes
+MAN1= xtide.1
+
+post-extract:
+ @gzip -dc ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xtide.man ${PREFIX}/man/man1/xtide.1
+ @${MKDIR} ${PREFIX}/lib/xtide
+ ${INSTALL_DATA} ${WRKSRC}/harmonics ${PREFIX}/lib/xtide
+
+.include <bsd.port.mk>