freebsd-ports/games/onscripter-1byte/Makefile
Jan Beich 5e498e96a2 Reorganize some my ports for better discoverability
devel/onscripter{,-1byte} -> games/onscripter{,-1byte}
devel/ponscripter-sekai -> games/ponscripter-sekai
devel/renpy{,6} -> games/renpy{,6}
devel/rlvm -> games/rlvm
dns/openmdns -> net/openmdns (where Bonjour and Avahi are)
2018-09-03 00:21:45 +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"