diff options
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> |