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

(-)graphics/gifsicle/Makefile (-10 / +5 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	gifsicle
1
# Created by: Brad Hendrickse <bradh@iafrica.com>
2
# Date created:			19 December 1998
3
# Whom:				Brad Hendrickse <bradh@iafrica.com>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	gifsicle
4
PORTNAME=	gifsicle
9
PORTVERSION=	1.63
5
PORTVERSION=	1.70
10
CATEGORIES=	graphics
6
CATEGORIES=	graphics
11
MASTER_SITES=	http://www.lcdf.org/gifsicle/
7
MASTER_SITES=	http://www.lcdf.org/gifsicle/
12
8
Lines 14-27 Link Here
14
COMMENT=	Manipulates GIF images and animations
10
COMMENT=	Manipulates GIF images and animations
15
11
16
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
17
14
18
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
19
16
20
MAN1=		gifdiff.1 gifsicle.1
17
MAN1=		gifdiff.1 gifsicle.1
21
18
22
.if !defined(HAVE_UNISYS_LICENSE)
19
.include <bsd.port.options.mk>
23
CONFIGURE_ARGS+=	--enable-ungif
24
.endif
25
20
26
.if defined(WITHOUT_X11)
21
.if defined(WITHOUT_X11)
27
PKGNAMESUFFIX=	-nox11
22
PKGNAMESUFFIX=	-nox11
Lines 34-40 Link Here
34
.endif
29
.endif
35
30
36
post-install:
31
post-install:
37
.if !defined(NOPORTDOCS)
32
.if ${PORT_OPTIONS:MDOCS}
38
	@${MKDIR} ${DOCSDIR}
33
	@${MKDIR} ${DOCSDIR}
39
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
34
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
40
.endif
35
.endif
(-)graphics/gifsicle/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gifsicle-1.63.tar.gz) = 62cecfbdc27c8b794d189af4a0995d245feab8abb14f9e50dfe17bb4cf2cf912
1
SHA256 (gifsicle-1.70.tar.gz) = 8ed2afd9771a78b8afdc2c2f61c548e184fa0cc0b7e671b8dd8d29c109ebc90c
2
SIZE (gifsicle-1.63.tar.gz) = 257658
2
SIZE (gifsicle-1.70.tar.gz) = 262069

Return to bug 178864