summaryrefslogtreecommitdiff
path: root/graphics/xart/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-04-21 00:46:57 +0000
committerhubertf <hubertf>1998-04-21 00:46:57 +0000
commit4257373fa8ce0cfce6b23ca3500dbaf61154bd40 (patch)
tree31e2a2e108e55d54d081511162846b9910c021dd /graphics/xart/Makefile
parent9a4286ca53471bba4a39455e5256ba80881f0150 (diff)
downloadpkgsrc-4257373fa8ce0cfce6b23ca3500dbaf61154bd40.tar.gz
enhanced xpaint
Diffstat (limited to 'graphics/xart/Makefile')
-rw-r--r--graphics/xart/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/xart/Makefile b/graphics/xart/Makefile
new file mode 100644
index 00000000000..271947a0ffb
--- /dev/null
+++ b/graphics/xart/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 1998/04/21 00:46:57 hubertf Exp $
+#
+
+DISTNAME= xart19980415
+PKGNAME= xart-19980415
+CATEGORIES= graphics x11
+MASTER_SITES= http://www.cqi.com/~humbubba/linux/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+
+LIB_DEPENDS= jpeg.7.:${PORTSDIR}/graphics/jpeg \
+ tiff.3.:${PORTSDIR}/graphics/tiff \
+ Xpm.4.:${PORTSDIR}/graphics/xpm \
+ png.0.:${PORTSDIR}/graphics/png
+
+WRKSRC= ${WRKDIR}/19980415
+USE_IMAKE= yes
+
+post-extract:
+ find ${WRKSRC} -type d -print | xargs chmod 755
+ find ${WRKSRC} -type f -print | xargs chmod 644
+
+.include "../../mk/bsd.pkg.mk"