diff options
Diffstat (limited to 'graphics/gifsicle/Makefile')
-rw-r--r-- | graphics/gifsicle/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile new file mode 100644 index 000000000000..511e38dda40f --- /dev/null +++ b/graphics/gifsicle/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gifsicle +# Version required: 1.8 +# Date created: 5 December 1998 +# Whom: Brad Hendrickse <bradh@iafrica.com> +# +# $Id:$ +# + +DISTNAME= gifsicle-1.8 +CATEGORIES= graphics +MASTER_SITES= http://www.lcdf.org/gifsicle/ + +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> |