mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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.
18 lines
314 B
Makefile
18 lines
314 B
Makefile
# Created by: Andrey Zakhvatov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xoj
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SUNSITE/X11/demos
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= O. J. Simpson Simulator root window demo
|
|
|
|
USES= imake:noman tar:tgz xorg
|
|
USE_XORG= xaw
|
|
PLIST_FILES= bin/xoj
|
|
|
|
.include <bsd.port.mk>
|