summaryrefslogtreecommitdiff
path: root/graphics/xfig/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-08 23:00:37 +0000
committerhubertf <hubertf>1998-02-08 23:00:37 +0000
commit8ce34a7b79e9f8487f3316ea8bc8f9a289250e7a (patch)
tree0879fdada06c6b9f5a16cd49920e541e93a4d1be /graphics/xfig/Makefile
parentb1aa258d110683dc9627629d78da05feff1c2490 (diff)
downloadpkgsrc-8ce34a7b79e9f8487f3316ea8bc8f9a289250e7a.tar.gz
Via PR 4823 by garbled@garbled.futureone.com
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r--graphics/xfig/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
new file mode 100644
index 00000000000..ef61484d6ec
--- /dev/null
+++ b/graphics/xfig/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: xfig
+# Version required: 3.2
+# Date Created: 30 January 1998
+# Whom: root@garbled.futureone.com
+#
+# $NetBSD: Makefile,v 1.1 1998/02/08 23:00:37 hubertf Exp $
+#
+
+DISTNAME= xfig.3.2
+PKGNAME= xfig-3.2
+WRKSRC= ${WRKDIR}/xfig.3.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
+
+MAINTAINER= root@garbled.futureone.com
+
+FETCH_DEPENDS= fig2dev:${PORTSDIR}/graphics/transfig
+LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
+ Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
+ Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
+
+USE_IMAKE= yes
+
+post-install:
+ ${MKDIR} ${X11BASE}/share/examples/xfig
+ ${MKDIR} ${X11BASE}/share/doc/xfig
+ ${CP} ${WRKSRC}/Examples/* ${X11BASE}/share/examples/xfig
+ ${CP} ${WRKSRC}/Doc/xfig.ps.gz ${X11BASE}/share/doc/xfig
+
+.include <bsd.port.mk>