4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# Created by: matt@bdd.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtacy
|
|
PORTVERSION= 1.14
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.ultranet.com/~jjohnson/ \
|
|
SUNSITE/apps/graphics/hacks/X
|
|
DISTNAME= ${PORTNAME}114
|
|
|
|
MAINTAINER= matt@bdd.net
|
|
COMMENT= X11 trippy color-cycling toy
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
PLIST_FILES= bin/xtacy man/man1/xtacy.1.gz
|
|
|
|
WRKSRC= ${WRKDIR}/Xtacy
|
|
|
|
.include <bsd.port.mk>
|