aboutsummaryrefslogtreecommitdiff
path: root/graphics/gifsicle/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-05 16:31:22 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1998-12-05 16:31:22 +0000
commitc53f5e241d98ae7a2ed70a14466c4c575c8758ba (patch)
tree72dde71865fffeffa1863884fbed7b55cc5b259b /graphics/gifsicle/Makefile
parent5281b7d9d4ebf2b9c10bc9acc946cafd6f4722c4 (diff)
downloadports-c53f5e241d98ae7a2ed70a14466c4c575c8758ba.tar.gz
ports-c53f5e241d98ae7a2ed70a14466c4c575c8758ba.zip
Notes
Diffstat (limited to 'graphics/gifsicle/Makefile')
-rw-r--r--graphics/gifsicle/Makefile25
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>