aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xfig-devel/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-01-05 13:41:17 +0800
committerasami <asami@FreeBSD.org>1995-01-05 13:41:17 +0800
commit041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520 (patch)
tree1ffe0f80dcc4b269bc65f394309edd7ff04292e5 /graphics/xfig-devel/Makefile
parent6c5dfc5d79c468cf377ef085cf7b73de6abacbc8 (diff)
downloadfreebsd-ports-gnome-041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520.tar.gz
freebsd-ports-gnome-041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520.tar.zst
freebsd-ports-gnome-041b3a27dbacd830e8d4ad7c8ce2c7bc4c09a520.zip
xfig-3.0, port done by roberto. Thanks, Ollivier!
Submitted by: roberto
Diffstat (limited to 'graphics/xfig-devel/Makefile')
-rw-r--r--graphics/xfig-devel/Makefile25
1 files changed, 18 insertions, 7 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index 505da00bd020..f76408747c0e 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/Makefile
@@ -1,8 +1,19 @@
-#This is xfig Version 2.1.8
-#By mr
-DISTNAME= xfig
-DISTFILES= xfig.2.1.8.tar.Z
-MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/
-USE_IMAKE= YES
-.include <bsd.port.mk>
+# New ports collection makefile for: xfig
+# Version required: 3.0
+# Date created: 4 January 1995
+# Whom: asami
+# Original by: roberto
+#
+# $Id:$
+#
+
+DISTNAME= xfig.3.0
+EXTRACT_SUFX= .tar.Z
+WRKSRC= ${WRKDIR}/xfig
+MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \
+ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/
+DEPENDS= ${PORTSDIR}/x11/xpm
+USE_IMAKE= yes
+INSTALL_MANPAGES= yes
+.include <bsd.port.mk>