summaryrefslogtreecommitdiff
path: root/astro/xephem/Makefile
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-08-16 17:04:26 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-08-16 17:04:26 +0000
commitabca0ff0427dea46b05c2b980be13f0ee8bf80e1 (patch)
tree9106121911be8591f71f853bbd2c91081878868c /astro/xephem/Makefile
parentFix shar so that it doesn't generate: (diff)
moved xephem to `misc', MOTIF_STATIC should work
now too.
Notes
Notes: svn path=/head/; revision=3623
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r--astro/xephem/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile
new file mode 100644
index 000000000000..8068620d565e
--- /dev/null
+++ b/astro/xephem/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xephem
+# Version required: 2.7.1
+# Date created: Thu Aug 1 09:10:22 CDT 1996
+# Whom: erich@FreeBSD.org
+#
+# $Id: Makefile,v 1.2 1996/08/03 09:01:59 asami Exp $
+#
+
+DISTNAME= xephem_2.7.1
+PKGNAME= xephem-2.7.1
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.x.org/contrib/applications/
+
+MAINTAINER= erich@FreeBSD.org
+
+REQUIRES_MOTIF= yes
+
+USE_IMAKE= yes
+
+.include <bsd.port.mk>