diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 19:41:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 19:41:43 +0000 |
commit | 4be841cecd01aaba3745336ce37d1685fa64aa9d (patch) | |
tree | 80441ab92494b9587a7159eead1b6ea8090dc88e /astro | |
parent | 413fadc87209aefc363bdef960432d7cd114b236 (diff) | |
download | ports-4be841cecd01aaba3745336ce37d1685fa64aa9d.tar.gz ports-4be841cecd01aaba3745336ce37d1685fa64aa9d.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
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 <bsd.port.pre.mk> + .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 <bsd.port.mk> +.include <bsd.port.post.mk> |