freebsd-ports/games/mahjong/Makefile

26 lines
498 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: mahjong
# Date created: Jan 31, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mahjong
2001-05-19 01:46:19 -04:00
PORTVERSION= 1.1
CATEGORIES= games net
2001-04-18 03:19:13 -04:00
MASTER_SITES= http://www.stevens-bradfield.com/MahJong/Source/
DISTNAME= mj-${PORTVERSION}-src
2001-05-19 01:46:19 -04:00
MAINTAINER= ports@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>