freebsd-ports/graphics/gifsicle/Makefile
Seiichirou Hiraoka 9ebd135b4a Update to 1.11.1.
And add MASTER_SITES.
Now this can build.
1999-02-12 02:22:10 +00:00

26 lines
632 B
Makefile

# New ports collection makefile for: gifsicle
# Version required: 1.9.1
# Date created: 19 December 1998
# Whom: Brad Hendrickse <bradh@iafrica.com>
#
# $Id: Makefile,v 1.2 1998/12/23 01:35:36 steve Exp $
#
DISTNAME= gifsicle-1.11.1
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/ \
http://www.freebsd.org/~flathill/distfiles/
MAINTAINER= bradh@iafrica.com
MAN1= gifsicle.1
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gifsicle
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle
.endif
.include <bsd.port.mk>