blob: 59aee9e1fd22ce8259605d51b4a955b67e35b4d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.18 2004/03/09 23:19:19 snj Exp $
#
DISTNAME= xmahjongg-3.6.1
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
USE_BUILDLINK3= YES
USE_X11= YES
GNU_CONFIGURE= YES
USE_GCC_SHLIB= YES
.include "../../mk/bsd.pkg.mk"
|