pkgsrc/games/xmahjongg/Makefile

26 lines
628 B
Makefile
Raw Normal View History

2009-07-08 19:15:08 +02:00
# $NetBSD: Makefile,v 1.28 2009/07/08 17:15:08 joerg Exp $
#
DISTNAME= xmahjongg-3.7
PKGNAME= ${DISTNAME}0
CATEGORIES= games x11
MASTER_SITES= http://www.lcdf.org/~eddietwo/xmahjongg/
2003-07-17 23:31:04 +02:00
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.lcdf.org/~eddietwo/xmahjongg/
COMMENT= The Chinese game of Mah Jongg for X11
2009-07-08 19:15:08 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
2004-11-22 22:12:36 +01:00
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
2007-02-02 19:04:52 +01:00
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"