freebsd-ports/games/xmahjongg/Makefile
Joerg Wunsch d8568dba0c Fix build errors seen by recent C++ compilers.
While being here, add LICENSE.
2018-07-09 08:29:44 +00:00

18 lines
308 B
Makefile

# Created by: joerg@FreeBSD.org
# $FreeBSD$
PORTNAME= xmahjongg
PORTVERSION= 3.7
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.lcdf.org/xmahjongg/
MAINTAINER= joerg@FreeBSD.org
COMMENT= Chinese game of Mahjongg for X11
LICENSE= GPLv2
USE_XORG= x11
GNU_CONFIGURE= yes
.include <bsd.port.mk>