18 lines
344 B
Makefile
18 lines
344 B
Makefile
# Created by: Andrey Zakhvatov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xoj
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= X11/demos
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= O. J. Simpson Simulator root window demo
|
|
|
|
USES= imake:noman tar:tgz
|
|
USE_XORG= xaw
|
|
PLIST_FILES= bin/xoj
|
|
|
|
.include <bsd.port.mk>
|