From 10bc76fb027011ed6dd0881cc21d3d8ae80e46b2 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 4 Jul 2000 05:34:52 +0000 Subject: Update to 0.70. There should be no more coredumps in this version. Special thanks to: billf (for the -lm tidbit) --- astro/xplanet/Makefile | 14 ++++++++++---- astro/xplanet/distinfo | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'astro') 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 diff --git a/astro/xplanet/distinfo b/astro/xplanet/distinfo index 969ed0b00d4a..71556d7fb007 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 -- cgit v1.2.3