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> |