freebsd-ports/graphics/gifsicle/Makefile
Satoshi Taoka 99ea00152c Update to 1.16.1
PR: 16577
Submitted by: maintainer
2000-02-08 16:15:33 +00:00

26 lines
557 B
Makefile

# New ports collection makefile for: gifsicle
# Version required: 1.16.1
# Date created: 19 December 1998
# Whom: Brad Hendrickse <bradh@iafrica.com>
#
# $FreeBSD$
#
DISTNAME= gifsicle-1.16.1
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
MAINTAINER= bradh@uunet.co.za
MAN1= gifsicle.1
GNU_CONFIGURE= yes
USE_XLIB= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gifsicle
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle
.endif
.include <bsd.port.mk>