summaryrefslogtreecommitdiff
path: root/games/xlife/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-11 00:20:58 +0000
commitf4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch)
tree135c85eebdc631af1639facfb134770aee87e354 /games/xlife/Makefile
parentReorganize Makefile, add Garrett as MAINTAINER. (diff)
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
Notes
Notes: svn path=/head/; revision=1325
Diffstat (limited to 'games/xlife/Makefile')
-rw-r--r--games/xlife/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile
index b6d665029469..6d17f82e009e 100644
--- a/games/xlife/Makefile
+++ b/games/xlife/Makefile
@@ -3,16 +3,18 @@
# Date created: 15 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.2 1995/03/24 11:08:48 asami Exp $
+# $Id: Makefile,v 1.3 1995/04/01 12:45:21 jkh Exp $
#
DISTNAME= xlife
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11/R5-contrib/
+PKGNAME= xlife-3.0
CATEGORIES+= games
-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
-PKGNAME= xlife-3.0
pre-install:
@(cd ${WRKSRC}; make install.patterns)