1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/x11-wm/nickleby/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
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.
2019-11-07 18:36:55 +00:00

22 lines
381 B
Makefile

# Created by: James Bailie <jimmy@mammothcheese.ca>
# $FreeBSD$
PORTNAME= nickleby
PORTVERSION= 2.2.2
CATEGORIES= x11-wm
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Simple window manager
BROKEN= unfetchable
USES= xorg
USE_XORG= x11
DESTDIRNAME= STAGEDIR
PLIST_FILES= bin/nickleby \
man/man1/nickleby.1.gz
.include <bsd.port.mk>