diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
commit | 3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a (patch) | |
tree | e06da9f264a5e6979e522a59ae0abea3b4bbeaa7 /astro | |
parent | 74d33a9a6f96ce415e58530d5329dcdd0e4abddc (diff) | |
download | FreeBSD-ports-3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a.zip FreeBSD-ports-3d57fa5cc9bebadc953f7b0194fe4e1a9ab4aa2a.tar.gz |
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xphoon/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 36b8679..d1e777d 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -3,14 +3,17 @@ # Date created: 14 February 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1995/03/24 11:12:06 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:51:36 jkh Exp $ # DISTNAME= xphoon -USE_IMAKE= yes -MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/ +PKGNAME= xphoon-91.9.18 CATEGORIES+= x11 -MAINTAINER= asami@FreeBSD.ORG +MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11//R5-contrib/ EXTRACT_SUFX= .tar.Z +MAINTAINER= asami@FreeBSD.ORG + +USE_IMAKE= yes + .include <bsd.port.mk> |