blob: 98ed0718178baf134329955777bbcf0048623a7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# ex:ts=8
# New ports collection makefile for: mahjong
# Date created: Jan 31, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mahjong
PORTVERSION= 1.2.2
CATEGORIES= games net
MASTER_SITES= http://www.stevens-bradfield.com/MahJong/Source/
DISTNAME= mj-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
USE_GTK= yes
USE_GMAKE= yes
MAKE_ENV= PERL="${PERL}"
INSTALL_TARGET= install install.man
MAN1= xmj.1 mj-player.1 mj-server.1
.include <bsd.port.mk>
|