freebsd-ports/games/mahjong/Makefile

25 lines
522 B
Makefile

# 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.0.1
CATEGORIES= games net
MASTER_SITES= http://www.dcs.ed.ac.uk/home/jcb/stevens-bradfield/MahJong/Downloads/
DISTNAME= mj-${PORTVERSION}-src
MAINTAINER= ijliao@FreeBSD.org
USE_GTK= yes
USE_GMAKE= yes
INSTALL_TARGET= install install.man
MAN1= xmj.1 mj-player.1 mj-server.1
.include <bsd.port.mk>