diff options
author | erich <erich@FreeBSD.org> | 1996-08-17 01:04:26 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1996-08-17 01:04:26 +0800 |
commit | 13ed7be4ffe0a663d63e9668fbfc10d1dffbec6a (patch) | |
tree | dee53d33b94ac89d1b5057baab3654ef965326e2 /astro/xephem/Makefile | |
parent | c4e85665c6a394eb99f9d97a9cd01ef723883d6d (diff) | |
download | freebsd-ports-gnome-13ed7be4ffe0a663d63e9668fbfc10d1dffbec6a.tar.gz freebsd-ports-gnome-13ed7be4ffe0a663d63e9668fbfc10d1dffbec6a.tar.zst freebsd-ports-gnome-13ed7be4ffe0a663d63e9668fbfc10d1dffbec6a.zip |
moved xephem to `misc', MOTIF_STATIC should work
now too.
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 20 |
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> |