1998-12-05 16:31:22 +00:00
|
|
|
# New ports collection makefile for: gifsicle
|
1998-12-23 01:35:41 +00:00
|
|
|
# Version required: 1.9.1
|
|
|
|
# Date created: 19 December 1998
|
1998-12-05 16:31:22 +00:00
|
|
|
# Whom: Brad Hendrickse <bradh@iafrica.com>
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-12-05 16:31:22 +00:00
|
|
|
#
|
|
|
|
|
1999-02-12 02:22:10 +00:00
|
|
|
DISTNAME= gifsicle-1.11.1
|
1998-12-23 01:35:41 +00:00
|
|
|
CATEGORIES= graphics
|
1999-02-12 02:22:10 +00:00
|
|
|
MASTER_SITES= http://www.lcdf.org/gifsicle/ \
|
|
|
|
http://www.freebsd.org/~flathill/distfiles/
|
1998-12-05 16:31:22 +00:00
|
|
|
|
1998-12-23 01:35:41 +00:00
|
|
|
MAINTAINER= bradh@iafrica.com
|
1998-12-05 16:31:22 +00:00
|
|
|
|
1998-12-23 01:35:41 +00:00
|
|
|
MAN1= gifsicle.1
|
1998-12-05 16:31:22 +00:00
|
|
|
|
1998-12-23 01:35:41 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-02-12 02:55:58 +00:00
|
|
|
USE_XLIB= yes
|
1998-12-05 16:31:22 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/gifsicle
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|