mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
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
381 B
Makefile
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>
|