From 4be841cecd01aaba3745336ce37d1685fa64aa9d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 5 Nov 2004 19:41:43 +0000 Subject: - Use OPTIONS PR: ports/73457 Submitted by: Roman Bogorodskiy (maintainer) --- astro/xplanet/Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'astro/xplanet') diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 007ed93e6f7b..a8996b79e35c 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -16,13 +16,25 @@ COMMENT= Draw pictures of the earth textured by an image USE_X_PREFIX= yes GNU_CONFIGURE= yes +USE_GNOME= # CONFIGURE_ARGS= --with-map-extension=jpg CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" PLIST_FILES= bin/xplanet + +OPTIONS= FREETYPE "Enable Freetype support" on \ + PANGO "Enable PANGO support" on \ + GIF "Enable GIF support" on \ + JPEG "Enable JPEG support" on \ + PNG "Enable PNG support" on \ + PNM "Enable PNM support" on \ + TIFF "Enable TIFF support" on + MAN1= xplanet.1 +.include + .if !defined(WITHOUT_FREETYPE) CONFIGURE_ARGS+= --with-freetype LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 @@ -82,4 +94,4 @@ post-install: @${FIND} ${DATADIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.include +.include -- cgit v1.2.3