1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/xmahjongg/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00

20 lines
320 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
USES= xorg
USE_XORG= x11
GNU_CONFIGURE= yes
.include <bsd.port.mk>