diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-05 16:31:22 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-05 16:31:22 +0000 |
commit | c53f5e241d98ae7a2ed70a14466c4c575c8758ba (patch) | |
tree | 72dde71865fffeffa1863884fbed7b55cc5b259b /graphics/gifsicle/Makefile | |
parent | 5281b7d9d4ebf2b9c10bc9acc946cafd6f4722c4 (diff) | |
download | ports-c53f5e241d98ae7a2ed70a14466c4c575c8758ba.tar.gz ports-c53f5e241d98ae7a2ed70a14466c4c575c8758ba.zip |
Notes
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> |