Changeset View
Changeset View
Standalone View
Standalone View
lang/picoc/Makefile
| PORTNAME= picoc | PORTNAME= picoc | ||||
| PORTVERSION= 2.1 | PORTVERSION= 2.1 | ||||
| PORTREVISION= 2 | PORTREVISION= 2 | ||||
| CATEGORIES= lang devel | CATEGORIES= lang devel | ||||
| MAINTAINER= portmaster@bsdforge.com | MAINTAINER= portmaster@bsdforge.com | ||||
| COMMENT= Very small C interpreter for scripting | COMMENT= Very small C interpreter for scripting | ||||
| WWW= https://gitlab.com/zsaleeba/picoc | WWW= https://gitlab.com/zsaleeba/picoc | ||||
| LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
| BROKEN_aarch64= Fails to link: missing sbrk | |||||
| BROKEN_riscv64= Fails to link: missing sbrk | |||||
| USE_GITLAB= yes | USE_GITLAB= yes | ||||
| GL_ACCOUNT= zsaleeba | GL_ACCOUNT= zsaleeba | ||||
| GL_TAGNAME= dc85a51e9211cfb644f0a85ea9546e15dc1141c3 | GL_TAGNAME= dc85a51e9211cfb644f0a85ea9546e15dc1141c3 | ||||
| USES= cpe gmake readline | USES= cpe gmake readline sbrk | ||||
| CPE_VENDOR= ${PORTNAME}_project | CPE_VENDOR= ${PORTNAME}_project | ||||
| PLIST_FILES= bin/picoc | PLIST_FILES= bin/picoc | ||||
| do-install: | do-install: | ||||
| ${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc | ${INSTALL_PROGRAM} ${WRKSRC}/picoc ${STAGEDIR}${PREFIX}/bin/picoc | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||