aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gifsicle/Makefile
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>1998-12-06 00:31:22 +0800
committerflathill <flathill@FreeBSD.org>1998-12-06 00:31:22 +0800
commit9c7a8ed557350f7c83dfec24a005afbdc59be8a6 (patch)
treec7201b9553be3d2729841ce96dbd8477b0f0c426 /graphics/gifsicle/Makefile
parent2450bbf75de185b495a99724f02a56968af67a6c (diff)
downloadfreebsd-ports-gnome-9c7a8ed557350f7c83dfec24a005afbdc59be8a6.tar.gz
freebsd-ports-gnome-9c7a8ed557350f7c83dfec24a005afbdc59be8a6.tar.zst
freebsd-ports-gnome-9c7a8ed557350f7c83dfec24a005afbdc59be8a6.zip
PR: ports/8970
Submitted by: bradh@iafrica.com Initial Import gifsicle. powerful command-line program for manipulating GIF image files.
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>