Changeset View
Changeset View
Standalone View
Standalone View
devel/critcl/Makefile
| Show All 14 Lines | |||||
| USES+= tcl:86+ | USES+= tcl:86+ | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= andreas-kupries | GH_ACCOUNT= andreas-kupries | ||||
| TEST_TARGET= test | TEST_TARGET= test | ||||
| PLIST_SUB= VER=${PORTVERSION} \ | PLIST_SUB= VER=${PORTVERSION} \ | ||||
| ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/mips64/mips/:C/powerpc64.*/powerpc/} | ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:C/powerpc64.*/powerpc/} | ||||
| PORTDOCS= * | PORTDOCS= * | ||||
| NO_BUILD= yes | NO_BUILD= yes | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
| Show All 21 Lines | |||||