a1c0e3f0d2
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
19 lines
357 B
Makefile
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"
|