View | Details | Raw Unified | Return to bug 192204
Collapse All | Expand All

(-)graphics/gifsicle/Makefile (-10 / +13 lines)
Lines 1-8 Link Here
1
# Created by: Brad Hendrickse <bradh@iafrica.com>
1
# Created by: Brad Hendrickse <bradh@iafrica.com>
2
# $FreeBSD: head/graphics/gifsicle/Makefile 361950 2014-07-15 15:30:08Z adamw $
2
# $FreeBSD: head/graphics/gifsicle/Makefile 357526 2014-06-11 18:55:29Z marino $
3
3
4
PORTNAME=	gifsicle
4
PORTNAME=	gifsicle
5
PORTVERSION=	1.83
5
PORTVERSION=	1.84
6
CATEGORIES=	graphics
6
CATEGORIES=	graphics
7
MASTER_SITES=	http://www.lcdf.org/gifsicle/
7
MASTER_SITES=	http://www.lcdf.org/gifsicle/
8
8
Lines 14-30 Link Here
14
GNU_CONFIGURE=	yes
14
GNU_CONFIGURE=	yes
15
15
16
PORTDOCS=	NEWS README.md
16
PORTDOCS=	NEWS README.md
17
PLIST_FILES=	bin/gifdiff bin/gifsicle \
18
		man/man1/gifdiff.1.gz man/man1/gifsicle.1.gz
17
19
18
OPTIONS_DEFINE=	X11 DOCS
20
OPTIONS_DEFINE=		DOCS X11
19
OPTIONS_DEFAULT=X11
21
OPTIONS_DEFAULT=	X11
20
22
OPTIONS_SUB=		yes
21
OPTIONS_SUB=	yes
23
22
24
X11_USE=		xorg=x11
23
X11_CONFIGURE_OFF=	--without-x --disable-gifview
25
X11_CONFIGURE_ENABLE=	gifview
24
X11_USE=	XORG=x11
26
X11_CONFIGURE_WITH=	x
27
X11_PLIST_FILES=	bin/gifview man/man1/gifview.1.gz
25
28
26
post-install:
29
post-install:
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
30
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
28
	${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
31
	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
29
32
30
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)graphics/gifsicle/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gifsicle-1.83.tar.gz) = bf9e94b186dec957d93db1292f4b021a5f5e4c835f412988cd063279bd450eeb
1
SHA256 (gifsicle-1.84.tar.gz) = 067d43e8e04fa921341738c7e87ff99feb96cc9396459080d1cd8132273db3fa
2
SIZE (gifsicle-1.83.tar.gz) = 562494
2
SIZE (gifsicle-1.84.tar.gz) = 564263
(-)graphics/gifsicle/pkg-descr (-2 / +2 lines)
Lines 1-4 Link Here
1
gifsicle is a powerful command-line program for manipulating GIF image files.
1
gifsicle is a powerful command-line program for manipulating GIF image
2
Extensive options let you control what exactly it does. 
2
files. Extensive options let you control what exactly it does. 
3
3
4
WWW: http://www.lcdf.org/gifsicle/
4
WWW: http://www.lcdf.org/gifsicle/
(-)graphics/gifsicle/pkg-plist (-6 lines)
Lines 1-6 Link Here
1
bin/gifdiff
2
bin/gifsicle
3
man/man1/gifdiff.1.gz
4
man/man1/gifsicle.1.gz
5
%%X11%%bin/gifview
6
%%X11%%man/man1/gifview.1.gz

Return to bug 192204