summaryrefslogtreecommitdiff
path: root/games/xlife/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:42 +0000
commit444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /games/xlife/Makefile
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'games/xlife/Makefile')
-rw-r--r--games/xlife/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile
deleted file mode 100644
index 6d17f82e009e..000000000000
--- a/games/xlife/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: xlife
-# Version required: 3.0
-# Date created: 15 March 1995
-# Whom: asami
-#
-# $Id: Makefile,v 1.3 1995/04/01 12:45:21 jkh Exp $
-#
-
-DISTNAME= xlife
-PKGNAME= xlife-3.0
-CATEGORIES+= games
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/X11/R5-contrib/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= asami@FreeBSD.ORG
-
-USE_IMAKE= yes
-
-pre-install:
- @(cd ${WRKSRC}; make install.patterns)
-
-.include <bsd.port.mk>