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)
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"
|