1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/xoj/Makefile
Baptiste Daroussin 60ee3e9d02 Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
2013-06-28 21:48:59 +00:00

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>