summaryrefslogtreecommitdiff
path: root/astro/xplanet/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-04 05:34:52 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-04 05:34:52 +0000
commit10bc76fb027011ed6dd0881cc21d3d8ae80e46b2 (patch)
tree3976a45083e397b47244925e0c05e4e7bbd2ac03 /astro/xplanet/Makefile
parentAdd ecg2png, a electrocardiogram-to-PNG converter. This has got to be the (diff)
Update to 0.70. There should be no more coredumps in this version.
Special thanks to: billf (for the -lm tidbit)
Notes
Notes: svn path=/head/; revision=30161
Diffstat (limited to 'astro/xplanet/Makefile')
-rw-r--r--astro/xplanet/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile
index 73ed98cd0642..1a6886d93f93 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>