summaryrefslogtreecommitdiff
path: root/graphics/giflib
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-03-21 20:27:31 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-03-21 20:27:31 +0000
commite922290e861edaec466d150d9224634262a9a7d9 (patch)
tree825bd418e87661f7dc7ccf9ddf7e0d0a31bbe179 /graphics/giflib
parentUpdate WWW in pkg-descr. (diff)
Make it possible to compile this package without X11 --
controllable by the NO_X knob. While here, remove the USE_LIBTOOL -- the package compiles fine with the libtool of its own. I was prompted to do this, when the build of mod_php4 on a headless server started to download X11 sources...
Notes
Notes: svn path=/head/; revision=40173
Diffstat (limited to 'graphics/giflib')
-rw-r--r--graphics/giflib/Makefile12
-rw-r--r--graphics/giflib/pkg-plist2
2 files changed, 11 insertions, 3 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 0ea612834d2e..5186e533a1d9 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -12,10 +12,18 @@ MASTER_SITES= ftp://prtr-13.ucsc.edu/pub/libungif/
MAINTAINER= ports@FreeBSD.org
-USE_XLIB= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
+.ifdef (NO_X)
+PLIST_SUB+= X11='@comment '
+CONFIGURE_ARGS+=--with-x=no
+PKGNAMESUFFIX= -nox11
+.else
+USE_XLIB= yes
+PLIST_SUB+= X11=''
+.endif
+
DOCDIR= ${PREFIX}/share/doc/libungif
post-install:
diff --git a/graphics/giflib/pkg-plist b/graphics/giflib/pkg-plist
index cce7a95c3cd8..8885bbf3f4ad 100644
--- a/graphics/giflib/pkg-plist
+++ b/graphics/giflib/pkg-plist
@@ -1,7 +1,7 @@
bin/gif2epsn
bin/gif2ps
bin/gif2rgb
-bin/gif2x11
+%%X11%%bin/gif2x11
bin/gifasm
bin/gifbg
bin/gifburst