diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
commit | 08f93b2bb4a0b4023833682a6a9f7b9e82e1e9d9 (patch) | |
tree | c657f6cb1f72bf863bf70e3f5f78f7065f0b69a9 /astro | |
parent | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (diff) | |
download | ports-08f93b2bb4a0b4023833682a6a9f7b9e82e1e9d9.tar.gz ports-08f93b2bb4a0b4023833682a6a9f7b9e82e1e9d9.zip |
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Notes
Notes:
svn path=/head/; revision=1349
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 36b8679bade6..d1e777df5a0a 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> |