summaryrefslogtreecommitdiff
path: root/graphics/giftrans/Makefile
diff options
context:
space:
mode:
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"