diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-24 11:12:06 +0000 |
commit | 35af96374a97c4ebdbd11811ffa473fc67d55e52 (patch) | |
tree | 86415f2332a3b4ae8bea1c41b2f22e68adba0ec1 /graphics/xfig | |
parent | Added ytalk. (diff) |
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index cfa60abe8ccf..243919a9a1fc 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -4,7 +4,7 @@ # Whom: asami # Original by: roberto # -# $Id: Makefile,v 1.5 1995/02/11 13:49:36 asami Exp $ +# $Id: Makefile,v 1.6 1995/02/27 23:51:31 jmz Exp $ # DISTNAME= xfig.3.1.3 @@ -12,6 +12,7 @@ PKGNAME= xfig-3.1.3 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/ +MAINTAINER= asami@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ |