diff options
author | steve <steve@FreeBSD.org> | 2001-06-18 02:24:00 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-06-18 02:24:00 +0800 |
commit | ff3bd4824ddf54cbad96d8165ca7e23665176ea2 (patch) | |
tree | b9d4f41f2c5ff185bb452baa73134f3e2ad3a998 /graphics | |
parent | 4b699e63b9ef5b7d402d88458163ab732683721d (diff) | |
download | freebsd-ports-gnome-ff3bd4824ddf54cbad96d8165ca7e23665176ea2.tar.gz freebsd-ports-gnome-ff3bd4824ddf54cbad96d8165ca7e23665176ea2.tar.zst freebsd-ports-gnome-ff3bd4824ddf54cbad96d8165ca7e23665176ea2.zip |
Update to version 1.29.
PR: 28049
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics')
-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 |