diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-04-11 02:02:17 +0000 |
commit | bb0452e715a44a42ccf7bac7100dd90e39d901ba (patch) | |
tree | 2c8521eada4e51a187db8333383191363039eb7d /graphics | |
parent | Some more Makefile updates, for the math ports. (diff) |
Add MAINTAINER= jmz@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=1327
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pixmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index bc291f10294c..b6307ac1a3f4 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -3,13 +3,14 @@ # Date created: 19 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.5 1995/04/01 12:45:58 jkh Exp $ +# $Id: Makefile,v 1.6 1995/04/09 07:09:39 asami Exp $ # DISTNAME= pixmap2.6 PKGNAME= pixmap-2.6 CATEGORIES+= graphics MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/ +MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |