Changeset View
Changeset View
Standalone View
Standalone View
shells/heirloom-sh/Makefile
| PORTNAME= heirloom-sh | PORTNAME= heirloom-sh | ||||
| PORTVERSION= 050706 | PORTVERSION= 050706 | ||||
| PORTREVISION= 2 | PORTREVISION= 2 | ||||
| CATEGORIES= shells | CATEGORIES= shells | ||||
| MASTER_SITES= SF/heirloom/${PORTNAME}/${PORTVERSION} | MASTER_SITES= SF/heirloom/${PORTNAME}/${PORTVERSION} | ||||
| MAINTAINER= hrs@FreeBSD.org | MAINTAINER= hrs@FreeBSD.org | ||||
| COMMENT= Portable version of OpenSolaris' Bourne Shell | COMMENT= Portable version of OpenSolaris' Bourne Shell | ||||
| WWW= https://heirloom.sourceforge.net/sh.html | WWW= https://heirloom.sourceforge.net/sh.html | ||||
| LICENSE= CDDL | LICENSE= CDDL | ||||
| BROKEN_aarch64= fails to link: missing sbrk | USES= sbrk tar:bzip2 | ||||
| BROKEN_riscv64= fails to link: missing sbrk | |||||
| USES= tar:bzip2 | |||||
| MAKEFILE= makefile | MAKEFILE= makefile | ||||
| MAKE_ARGS= ROOT=${STAGEDIR} \ | MAKE_ARGS= ROOT=${STAGEDIR} \ | ||||
| SV3BIN=${PREFIX}/heirloom/bin \ | SV3BIN=${PREFIX}/heirloom/bin \ | ||||
| MANDIR=${PREFIX}/heirloom/share/man \ | MANDIR=${PREFIX}/heirloom/share/man \ | ||||
| UCBINST=${INSTALL} | UCBINST=${INSTALL} | ||||
| SUB_FILES= ${PORTNAME}.conf | SUB_FILES= ${PORTNAME}.conf | ||||
| PLIST_FILES= "@shell heirloom/bin/sh" \ | PLIST_FILES= "@shell heirloom/bin/sh" \ | ||||
| Show All 19 Lines | |||||