mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
17 lines
302 B
Makefile
17 lines
302 B
Makefile
# Created by: Andrey Zakhvatov
|
|
|
|
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>
|