diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | bebd89314e57ff34ea47724c5605a0f32c425dcf (patch) | |
tree | d991da3f3e4ccc0cc8f9eab35d1891ca59b0fd9a /astro/xplanet | |
parent | Implment WANT_GTK. (diff) |
Implement WANT_IMLIB and USE_IMLIB.
Notes
Notes:
svn path=/head/; revision=33427
Diffstat (limited to 'astro/xplanet')
-rw-r--r-- | astro/xplanet/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 8255252b02a9..8b1c80efed54 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -16,20 +16,19 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ - jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_X_PREFIX= yes USE_MESA= yes USE_GMAKE= yes +USE_IMLIB= 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" \ +CONFIGURE_ENV= CPPFLAGS="-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" \ +MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" + MAN1= xplanet.1 xplanetbg.1 tkxplanet.1 tzcoord.pl.1 .include <bsd.port.pre.mk> |