diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1997-03-27 23:44:49 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1997-03-27 23:44:49 +0000 |
commit | f4fcd5d64fa7992b12d0f907a788814a7a75ed3e (patch) | |
tree | 816918115820c18a42da0f10dea457e55d8cf7ea /astro/xephem/Makefile | |
parent | upgrade to 0.99.6, plus a few patches from the gimp-developers list (diff) |
upgrade to 3.0
Notes
Notes:
svn path=/head/; revision=6035
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> |