blob: af95f1b269d5e55f9d9225ebdecfa72038c96ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:58 tv 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_X11= YES
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"
|