mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
374 B
Makefile
21 lines
374 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
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= O. J. Simpson Simulator root window demo
|
|
|
|
USES= imake
|
|
USE_XORG= xaw
|
|
NO_INSTALL_MANPAGES= yes
|
|
PLIST_FILES= bin/xoj
|
|
|
|
.include <bsd.port.mk>
|