From 92a9771fa42b97235c82ca13753f54ac33f0b7d7 Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Tue, 22 Jul 2008 21:59:00 +0000 Subject: [PATCH] Add files from parent branch HEAD: games/xmahjongg/Makefile --- games/xmahjongg/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 games/xmahjongg/Makefile diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile new file mode 100644 index 000000000000..0118addef5ec --- /dev/null +++ b/games/xmahjongg/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.26 2008/07/22 21:25:00 tonio Exp $ +# + +DISTNAME= xmahjongg-3.7 +PKGNAME= ${DISTNAME}0 +CATEGORIES= games x11 +MASTER_SITES= http://www.lcdf.org/~eddietwo/xmahjongg/ + +MAINTAINER= salo@NetBSD.org +HOMEPAGE= http://www.lcdf.org/~eddietwo/xmahjongg/ +COMMENT= The Chinese game of Mah Jongg for X11 + +GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ + +.include "../../mk/bsd.prefs.mk" +# XXX: hack - work round an ICE with GCC 3.3 on sparc +.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc" +GCC_REQD+= 3.4 +.endif + +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- 2.41.0