freebsd-ports/devel/onscripter-1byte/Makefile
Jan Beich a1c0e3f0d2 Add new port: devel/onscripter and devel/onscripter-1byte
PR:		196654
Differential Revision:	https://reviews.freebsd.org/D1800
Approved by:	bapt (mentor)

Open source clone of NScripter, a game engine used to create and
perform visual novels.

WWW: http://onscripter.sourceforge.jp/onscripter.html
2015-02-07 23:54:36 +00:00

19 lines
357 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -1byte
COMMENT= ONScripter with ${ENGLISH_DESC:tl} support
PLIST_FILES= bin/${PKGBASE}
OPTIONS_SLAVE= ENGLISH
OPTIONS_EXCLUDE=DOCS
MASTERDIR= ${.CURDIR}/../onscripter
DESCR= ${.CURDIR}/pkg-descr
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PKGBASE}
.include "${MASTERDIR}/Makefile"