summaryrefslogtreecommitdiff
path: root/graphics/giftrans/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-07-04 00:48:03 +0000
committerhubertf <hubertf@pkgsrc.org>1999-07-04 00:48:03 +0000
commit6a65ebebaa2fa5be7a8b7ff9265148ce023ed40d (patch)
tree9cdcb3f17ffc3ece69b3058e1f6f928e2c001436 /graphics/giftrans/Makefile
parent0ec443d44b14836fe2e80228858a69092d8c9ca2 (diff)
downloadpkgsrc-6a65ebebaa2fa5be7a8b7ff9265148ce023ed40d.tar.gz
Manipulate GIF89a images' transparency, comment, ...
Diffstat (limited to 'graphics/giftrans/Makefile')
-rw-r--r--graphics/giftrans/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile
new file mode 100644
index 00000000000..69ae807237d
--- /dev/null
+++ b/graphics/giftrans/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/04 00:48:03 hubertf Exp $
+#
+
+DISTNAME= sgif1122
+PKGNAME= giftrans-1.12.2
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/Linux/woven/html/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://ion.le.ac.uk/~mar5/giftrans.html
+
+WRKSRC= ${WRKDIR}/usr/src/${PKGNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"