summaryrefslogtreecommitdiff
path: root/graphics/gd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-09-30 04:28:04 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-09-30 04:28:04 +0000
commit8fd98f087d4e01e6f2424ce4bcafacc81a149036 (patch)
tree44ced9c878cc86743d6481a733a96d9ebf2ecab4 /graphics/gd
parent- update to 1.0.PreAlpha19 (diff)
- use the OPTION infrastructure
PR: 115688 Submitted by: Xin LI
Notes
Notes: svn path=/head/; revision=200407
Diffstat (limited to 'graphics/gd')
-rw-r--r--graphics/gd/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 475447f80eb8..24f89dd37ef2 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -32,6 +32,11 @@ FEATURES= GD_JPEG GD_FREETYPE GD_PNG GD_GIF GD_GIFANIM GD_OPENPOLYGON
USE_LDCONFIG= yes
WANT_PERL= yes
+OPTIONS= X11 "X11 support" off \
+ XPM "XPM color bitmap loading support (requires X11)" off \
+ FONTCONFIG "fontconfig library support (requires X11)" off \
+ ICONV "iconv support" off
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_X11)
@@ -69,11 +74,7 @@ FONTBASE= ${X11BASE}/lib/X11/fonts
pre-extract::
@${ECHO_MSG} ""
- @${ECHO_MSG} "gd has the following tunables:"
- @${ECHO_MSG} ""
- @${ECHO_MSG} " WITH_XPM=yes Turns on Xpm support"
- @${ECHO_MSG} " WITH_FONTCONFIG=yes Turns on Fontconfig support"
- @${ECHO_MSG} " WITH_ICONV=yes Turns on iconv support"
+ @${ECHO_MSG} "GD_FONTS can be set to specify an alternative list of .bdf files"
@${ECHO_MSG} ""
post-configure: