diff options
author | erich <erich@FreeBSD.org> | 1997-03-28 07:44:49 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1997-03-28 07:44:49 +0800 |
commit | bebf7a0aec53007133e1fed9ed427ccbb6aef243 (patch) | |
tree | b51762ef58a27ccc2c736aef10d8a7aee08ea357 /astro/xephem/Makefile | |
parent | 37c818e3e4c3c164affb84a497bee49bc678c838 (diff) | |
download | freebsd-ports-gnome-bebf7a0aec53007133e1fed9ed427ccbb6aef243.tar.gz freebsd-ports-gnome-bebf7a0aec53007133e1fed9ed427ccbb6aef243.tar.zst freebsd-ports-gnome-bebf7a0aec53007133e1fed9ed427ccbb6aef243.zip |
upgrade to 3.0
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> |