From 8ce34a7b79e9f8487f3316ea8bc8f9a289250e7a Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 8 Feb 1998 23:00:37 +0000 Subject: Via PR 4823 by garbled@garbled.futureone.com --- graphics/xfig/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 graphics/xfig/Makefile (limited to 'graphics/xfig/Makefile') 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 -- cgit v1.2.3