Changeset View
Changeset View
Standalone View
Standalone View
head/games/vegastrike-data/Makefile
Show All 13 Lines | |||||
USES= shebangfix tar:bzip2 | USES= shebangfix tar:bzip2 | ||||
SHEBANG_FILES= modules/webpageize.py cgi-accountserver/vsconfig.py \ | SHEBANG_FILES= modules/webpageize.py cgi-accountserver/vsconfig.py \ | ||||
cgi-accountserver/register_submit.py cgi-accountserver/register.py \ | cgi-accountserver/register_submit.py cgi-accountserver/register.py \ | ||||
programs/planet/process_includes.py | programs/planet/process_includes.py | ||||
NO_BUILD= yes | NO_BUILD= yes | ||||
NO_ARCH= yes | NO_ARCH= yes | ||||
MANUAL_PACKAGE_BUILD= huge (364M) | |||||
PORTDATA= * .vegastrike | PORTDATA= * .vegastrike | ||||
PLIST_DIRS= %%DATADIR%%/movies | PLIST_DIRS= %%DATADIR%%/movies | ||||
post-extract: | post-extract: | ||||
@${FIND} ${WRKSRC} -name Makefile.am -delete | @${FIND} ${WRKSRC} -name Makefile.am -delete | ||||
do-install: | do-install: | ||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} | cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |