diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-02 01:14:04 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-02 01:14:04 +0000 |
commit | 122d4e03eae9016544a587229756dc0ac0a15a8a (patch) | |
tree | 34f636fd81cb2440eda4de0e11c91deee2e49b9e /astro | |
parent | 20626cad86bfbfb5b4a2b06b336fea9f23329e24 (diff) | |
download | ports-122d4e03eae9016544a587229756dc0ac0a15a8a.tar.gz ports-122d4e03eae9016544a587229756dc0ac0a15a8a.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 9 | ||||
-rw-r--r-- | astro/xplanet/distinfo | 2 | ||||
-rw-r--r-- | astro/xplanet/pkg-descr | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index a3178696ee14..e5c3ec7b9631 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: xplanet -# Version required: 0.45 +# Version required: 0.50 # Date created: 22 Feb 2000 # Whom: darius@dons.net.au # # $FreeBSD$ # -DISTNAME= xplanet-0.45 +DISTNAME= xplanet-0.50 CATEGORIES= astro x11 -MASTER_SITES= http://www.wrightflyer.org/~hari/xplanet/ \ +MASTER_SITES= http://www.alumni.caltech.edu/~hari/xplanet/ \ http://www.radcyberzine.com/xglobe/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} photo_1600.jpg @@ -70,6 +70,9 @@ pre-fetch: @${ECHO} "Define USE_TK80, USE_TK81, USE_TK82, or USE_Tk83" @${ECHO} "To use a different version of TK" +pre-configure: + @${PERL} -pi -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure + pre-build: @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/auxfiles.h diff --git a/astro/xplanet/distinfo b/astro/xplanet/distinfo index 0de03d04f71d..5ae4dd3c06e9 100644 --- a/astro/xplanet/distinfo +++ b/astro/xplanet/distinfo @@ -1,2 +1,2 @@ -MD5 (xplanet-0.45.tar.gz) = 17314d79c99c68104183b7b6b19f8f48 +MD5 (xplanet-0.50.tar.gz) = f09522671454e2648225b1076cbca145 MD5 (photo_1600.jpg) = 220cea978ce224c29dd0c1eb080ddb24 diff --git a/astro/xplanet/pkg-descr b/astro/xplanet/pkg-descr index ec6abc514396..0b197f843aa6 100644 --- a/astro/xplanet/pkg-descr +++ b/astro/xplanet/pkg-descr @@ -4,7 +4,7 @@ earth (or another planet). Orthographic and mercator projections can be rendered to the root window or saved to a file. An image that the user can rotate interactively can be popped up in a window using OpenGL or Mesa. -WWW: http://www.wrightflyer.org/~hari/xplanet/ +WWW: http://www.alumni.caltech.edu/~hari/xplanet/ Author: Hari Nair <hari@almuni.caltech.edu> --Will <andrews@technologist.com> |