pkgsrc/games/xmahjongg/Makefile
nia 20b7e1cef5 *: Remove many GCC_REQD for particularly old GCCs
In many cases the reasoning is poorly documented, or the reasoning
for setting GCC_REQD is to work around a compiler bug. Practically
a c99 compiler is now required for bootstrap (in at least several
dependencies) so we can entirely rule out GCC versions before 3.0.
2023-07-17 22:00:22 +00:00

17 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.32 2023/07/17 22:00:23 nia Exp $
#
DISTNAME= xmahjongg-3.7
PKGNAME= ${DISTNAME}0
CATEGORIES= games x11
MASTER_SITES= http://www.lcdf.org/~eddietwo/xmahjongg/
MAINTAINER= salo@NetBSD.org
HOMEPAGE= https://www.lcdf.org/~eddietwo/xmahjongg/
COMMENT= The Chinese game of Mah Jongg for X11
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++03
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"