diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-01-05 05:41:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-01-05 05:41:17 +0000 |
commit | b503dd609b7450aa6ac74b3f8e2a6613e3e59fda (patch) | |
tree | 83e5c439fc3b3b1aa15f4f5c873249e915b1744b /graphics/xfig-devel/Makefile | |
parent | 6e554817d82f5e2745b7d52e812709049c747719 (diff) | |
download | ports-b503dd609b7450aa6ac74b3f8e2a6613e3e59fda.tar.gz ports-b503dd609b7450aa6ac74b3f8e2a6613e3e59fda.zip |
Notes
Diffstat (limited to 'graphics/xfig-devel/Makefile')
-rw-r--r-- | graphics/xfig-devel/Makefile | 25 |
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> |