9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
23 lines
597 B
Makefile
23 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.31 2020/01/26 17:31:18 rillig 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 "../../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"
|