mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
1c6ed8eca3
With hat: portmgr
19 lines
344 B
Makefile
19 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>
|