diff options
author | will <will@FreeBSD.org> | 2000-07-04 05:34:52 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-04 05:34:52 +0000 |
commit | c6a6b5a1629f21cfa8fffb4ed5b506f2d1021c72 (patch) | |
tree | cdb775b898be64d2bd03d79616c34cdf354e2dc0 /astro/xplanet | |
parent | 658a156226a09d33c680227607364e37257b705a (diff) | |
download | FreeBSD-ports-c6a6b5a1629f21cfa8fffb4ed5b506f2d1021c72.zip FreeBSD-ports-c6a6b5a1629f21cfa8fffb4ed5b506f2d1021c72.tar.gz |
Update to 0.70. There should be no more coredumps in this version.
Special thanks to: billf (for the -lm tidbit)
Diffstat (limited to 'astro/xplanet')
-rw-r--r-- | astro/xplanet/Makefile | 14 | ||||
-rw-r--r-- | astro/xplanet/distinfo | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 73ed98cd..1a6886d 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -6,24 +6,30 @@ # PORTNAME= xplanet -PORTVERSION= 0.60 +PORTVERSION= 0.70 CATEGORIES= astro x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.radcyberzine.com/xglobe/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} depths_800.jpg +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= will@FreeBSD.org LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ - GL.14:${PORTSDIR}/graphics/Mesa3 - -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + GL.14:${PORTSDIR}/graphics/Mesa3 \ + jpeg.9:${PORTSDIR}/graphics/jpeg USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-map-extension=jpg +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ + CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" +MAKE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ + CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" MAN1= xplanet.1 xplanetbg.1 .include <bsd.port.pre.mk> diff --git a/astro/xplanet/distinfo b/astro/xplanet/distinfo index 969ed0b..71556d7 100644 --- a/astro/xplanet/distinfo +++ b/astro/xplanet/distinfo @@ -1,2 +1,2 @@ -MD5 (xplanet-0.60.tar.gz) = 97144e49e670fb41dcdbb5c66574a61d +MD5 (xplanet-0.70.tar.gz) = d188bb074669c4c42beb9aec9a22321c MD5 (depths_800.jpg) = cf9e09624ecaafc3611578f2a7de37e1 |