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.
22 lines
449 B
Makefile
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>
|