diff options
Diffstat (limited to 'games/xpat2/Makefile')
-rw-r--r-- | games/xpat2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 6eda7448873..cb4875c3ef3 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.11 2004/08/01 17:55:05 jschauma Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/03 13:28:22 wiz Exp $ # FreeBSD: ports/games/xpat2/Makefile,v 1.11 2000/04/14 12:27:59 asami Exp -DISTNAME= xpat2-1.06 +DISTNAME= xpat2-1.07 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/solitaires/} +EXTRACT_SUFX= -src.tar.gz MAINTAINER= kuebart@mathematik.uni-ulm.de COMMENT= X11 solitaire game with 14 variations +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_X11BASE= YES |