diff options
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 6567d3efe81c..1c3ef33f5031 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: xephem -# Version required: 2.7.1 +# Version required: 3.0 # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1996/11/15 22:35:07 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/18 09:52:05 asami Exp $ # -DISTNAME= xephem_2.7.1 -PKGNAME= xephem-2.7.1 +DISTNAME= xephem_3.0 +PKGNAME= xephem-3.0 CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications +MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/xephem_3.0/ MAINTAINER= erich@FreeBSD.org REQUIRES_MOTIF= yes + USE_IMAKE= yes .include <bsd.port.mk> |