diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/xfig-devel | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.zip FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz |
Yet another round of Makefile updates, graphics version.
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r-- | graphics/xfig-devel/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index 771bb4d..3bafdf7 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/Makefile @@ -1,20 +1,22 @@ # New ports collection makefile for: xfig # Version required: 3.1.3 # Date created: 4 January 1995 -# Whom: asami -# Original by: roberto +# Whom: roberto # -# $Id: Makefile,v 1.7 1995/03/24 11:09:12 asami Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:46:06 jkh Exp $ # DISTNAME= xfig.3.1.3 PKGNAME= xfig-3.1.3 -WRKSRC= ${WRKDIR}/xfig +CATEGORIES+= graphics x11 MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \ ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/ -CATEGORIES+= graphics x11 + MAINTAINER= asami@FreeBSD.ORG + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +WRKSRC= ${WRKDIR}/xfig USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/app-defaults \ |