be6c15b5c6
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.
21 lines
346 B
Makefile
21 lines
346 B
Makefile
# Created by: markm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xneko
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= LOCAL/dinoex
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The classic cat-and-mouse
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USES= imake xorg
|
|
USE_XORG= x11
|
|
PLIST_FILES= bin/xneko man/man6/xneko.6.gz
|
|
|
|
.include <bsd.port.mk>
|