Changeset View
Changeset View
Standalone View
Standalone View
lang/gnu-apl/Makefile
PORTNAME= apl | PORTNAME= apl | ||||
PORTVERSION= 1.8 | PORTVERSION= 1.8 | ||||
PORTREVISION= 3 | PORTREVISION= 3 | ||||
CATEGORIES= lang | CATEGORIES= lang | ||||
MASTER_SITES= GNU | MASTER_SITES= GNU | ||||
PKGNAMEPREFIX= gnu- | PKGNAMEPREFIX= gnu- | ||||
MAINTAINER= danfe@FreeBSD.org | MAINTAINER= danfe@FreeBSD.org | ||||
COMMENT= Free interpreter for APL programming language | COMMENT= Free interpreter for APL programming language | ||||
WWW= https://www.gnu.org/software/apl/ | WWW= https://www.gnu.org/software/apl/ | ||||
LICENSE= GPLv3+ | LICENSE= GPLv3+ | ||||
BROKEN_aarch64= Fails to link: missing sbrk | |||||
BROKEN_riscv64= Fails to link: missing sbrk | |||||
# XXX: should be optional, but no way to disable in the configure script | # XXX: should be optional, but no way to disable in the configure script | ||||
LIB_DEPENDS= libfftw3.so:math/fftw3 | LIB_DEPENDS= libfftw3.so:math/fftw3 | ||||
USES= compiler:c++11-lang gmake libtool localbase | USES= compiler:c++11-lang gmake libtool localbase sbrk | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share | GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share | ||||
CONFIGURE_ENV= CXX_WERROR=no | CONFIGURE_ENV= CXX_WERROR=no | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
INFO= apl libapl | INFO= apl libapl | ||||
PORTDOCS= * | PORTDOCS= * | ||||
▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines |