mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
330 B
Makefile
20 lines
330 B
Makefile
# Created by: joerg@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmahjongg
|
|
PORTVERSION= 3.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.lcdf.org/xmahjongg/
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= The Chinese game of Mahjongg for X11
|
|
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN6= xmahjongg.6
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|