summaryrefslogtreecommitdiff
path: root/games/xmine
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/xmine
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/xmine')
-rw-r--r--games/xmine/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile
index c1360a69828c..38d300363ff4 100644
--- a/games/xmine/Makefile
+++ b/games/xmine/Makefile
@@ -1,16 +1,19 @@
-# New ports collection makefile for: xmine(1)
+# New ports collection makefile for: xmine
# Version required: 1.0.3 / Athena
# Date created: 25 December 1994
# Whom: joerg
#
-# $Id: Makefile,v 1.5 1995/04/01 12:45:25 jkh Exp $
+# $Id: Makefile,v 1.6 1995/04/01 13:48:45 joerg Exp $
#
DISTNAME= xmine-1.0.3-Xaw
+PKGNAME= xmine-1.0.3
CATEGORIES+= games
-USE_IMAKE= yes
+
MAINTAINER= joerg@FreeBSD.org
LIB_DEPENDS= Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
+USE_IMAKE= yes
+
.include <bsd.port.mk>