freebsd-ports/games/wmtictactoe/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

22 lines
449 B
Makefile

# Created by: Jim Mock <jim@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmtictactoe
DISTVERSION= 1.1-1
CATEGORIES= games windowmaker afterstep
MASTER_SITES= LOCAL/jim
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockable TicTacToe game for WindowMaker and AfterStep
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../COPYING
WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe
USES= gmake xorg
USE_XORG= x11 xext xpm
PLIST_FILES= bin/wmtictactoe
.include <bsd.port.mk>