diff options
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> |