diff options
author | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:24:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-06-17 18:24:00 +0000 |
commit | 1bc4ab12135654f275144873663dfdc43b9b5faf (patch) | |
tree | 949972ad43ca142afc22d0fc91ced6802c4b325e /graphics/gifsicle | |
parent | f6e7cc1eff276f316a28259dbcad9b6bb397769a (diff) |
Update to version 1.29.
PR: 28049
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=44129
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 15 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 2 | ||||
-rw-r--r-- | graphics/gifsicle/pkg-plist | 2 |
3 files changed, 14 insertions, 5 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 3322ea3f6c6c..77b5c63efe24 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -6,21 +6,30 @@ # PORTNAME= gifsicle -PORTVERSION= 1.25 +PORTVERSION= 1.29 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ MAINTAINER= bradh@uunet.co.za -USE_XLIB= yes GNU_CONFIGURE= yes -MAN1= gifdiff.1 gifsicle.1 gifview.1 +MAN1= gifdiff.1 gifsicle.1 .if !defined(HAVE_UNISYS_LICENSE) CONFIGURE_ARGS+= --enable-ungif .endif +.if defined(WITHOUT_X11) +PKGNAMESUFFIX= -nox11 +CONFIGURE_ARGS+= --without-x --disable-gifview +PLIST_SUB= X11='@comment ' +.else +USE_XLIB= yes +MAN1+= gifview.1 +PLIST_SUB= X11='' +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/gifsicle diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo index c358322a0ebc..c9e759f9e9c6 100644 --- a/graphics/gifsicle/distinfo +++ b/graphics/gifsicle/distinfo @@ -1 +1 @@ -MD5 (gifsicle-1.25.tar.gz) = 945f38b108846ed4c5c03198db15b76f +MD5 (gifsicle-1.29.tar.gz) = 194e6f5f8018a15574b95b63a3fba316 diff --git a/graphics/gifsicle/pkg-plist b/graphics/gifsicle/pkg-plist index 61884a4fd371..81e521377da8 100644 --- a/graphics/gifsicle/pkg-plist +++ b/graphics/gifsicle/pkg-plist @@ -1,5 +1,5 @@ bin/gifdiff bin/gifsicle -bin/gifview +%%X11%%bin/gifview %%PORTDOCS%%share/doc/gifsicle/README %%PORTDOCS%%@dirrm share/doc/gifsicle |