freebsd-ports/graphics/xglurbules/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
433 B
Makefile

# Created by: Stephen Roome <steve@pepcross.com>
# $FreeBSD$
PORTNAME= xglurbules
PORTVERSION= 3.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://stephenroome.com/xglurbules/
MAINTAINER= steve@pepcross.com
COMMENT= Burning particle system eye candy program thingy for X11
USES= xorg
USE_XORG= xt x11 sm ice xpm
PLIST_FILES= bin/xglurbules \
bin/xglurbules-noshm \
man/man1/xglurbules.1.gz
.include <bsd.port.mk>