diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch) | |
tree | 135c85eebdc631af1639facfb134770aee87e354 /games/xmine | |
parent | 5d8032032653175f96f8d894681cc77f569f55ee (diff) | |
download | ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.tar.gz ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.zip |
Notes
Diffstat (limited to 'games/xmine')
-rw-r--r-- | games/xmine/Makefile | 9 |
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> |