diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11-toolkits/Xaw3d | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 1acbb21..86c02f6 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -3,14 +3,16 @@ # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.0 1994/11/18 00:00:00 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/04 09:24:46 asami Exp $ # DISTNAME= Xaw3d-1.1 -USE_IMAKE= yes -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ CATEGORIES+= x11 +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/ + MAINTAINER= asami@FreeBSD.ORG + WRKSRC= ${WRKDIR}/lib/Xaw3d +USE_IMAKE= yes .include <bsd.port.mk> |