Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= gifsicle |
4 |
PORTNAME= gifsicle |
5 |
PORTVERSION= 1.71 |
5 |
PORTVERSION= 1.83 |
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 13-20
Link Here
|
13 |
|
13 |
|
14 |
GNU_CONFIGURE= yes |
14 |
GNU_CONFIGURE= yes |
15 |
|
15 |
|
16 |
MAN1= gifdiff.1 gifsicle.1 |
|
|
17 |
|
18 |
PORTDOCS= NEWS README.md |
16 |
PORTDOCS= NEWS README.md |
19 |
|
17 |
|
20 |
OPTIONS_DEFINE= X11 |
18 |
OPTIONS_DEFINE= X11 |
Lines 22-28
Link Here
|
22 |
|
20 |
|
23 |
OPTIONS_SUB= yes |
21 |
OPTIONS_SUB= yes |
24 |
|
22 |
|
25 |
NO_STAGE= yes |
|
|
26 |
.include <bsd.port.options.mk> |
23 |
.include <bsd.port.options.mk> |
27 |
|
24 |
|
28 |
.if ! ${PORT_OPTIONS:MX11} |
25 |
.if ! ${PORT_OPTIONS:MX11} |
Lines 29-41
Link Here
|
29 |
CONFIGURE_ARGS+= --without-x --disable-gifview |
26 |
CONFIGURE_ARGS+= --without-x --disable-gifview |
30 |
.else |
27 |
.else |
31 |
USE_XORG= x11 |
28 |
USE_XORG= x11 |
32 |
MAN1+= gifview.1 |
|
|
33 |
.endif |
29 |
.endif |
34 |
|
30 |
|
35 |
post-install: |
31 |
post-install: |
36 |
.if ${PORT_OPTIONS:MDOCS} |
32 |
.if ${PORT_OPTIONS:MDOCS} |
37 |
@${MKDIR} ${DOCSDIR} |
33 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
38 |
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ |
34 |
${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |
39 |
.endif |
35 |
.endif |
40 |
|
36 |
|
41 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |