Changeset View
Changeset View
Standalone View
Standalone View
devel/cxxtools/Makefile
| PORTNAME= cxxtools | PORTNAME= cxxtools | ||||
| PORTVERSION= 2.2.1 | PORTVERSION= 2.2.1 | ||||
| PORTREVISION= 3 | PORTREVISION= 3 | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= http://www.tntnet.org/download/ | MASTER_SITES= http://www.tntnet.org/download/ | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Collection of general-purpose C++ classes | COMMENT= Collection of general-purpose C++ classes | ||||
| WWW= https://www.tntnet.org/cxxtools.html | WWW= https://www.tntnet.org/cxxtools.html | ||||
| LICENSE= LGPL21+ | LICENSE= LGPL21+ | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| BROKEN_aarch64= does not configure: error: check for atomictype failed | BROKEN_aarch64= does not configure: error: check for atomictype failed | ||||
| BROKEN_mips= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section | |||||
| BROKEN_mips64= does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section | |||||
| BROKEN_riscv64= does not configure: error: check for atomictype failed | BROKEN_riscv64= does not configure: error: check for atomictype failed | ||||
| USES= cpe iconv libtool localbase pathfix | USES= cpe iconv libtool localbase pathfix | ||||
| CPE_VENDOR= tntnet | CPE_VENDOR= tntnet | ||||
| USE_CSTD= gnu89 | USE_CSTD= gnu89 | ||||
| USE_CXXSTD= c++14 | USE_CXXSTD= c++14 | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| Show All 19 Lines | |||||
| .else | .else | ||||
| PLIST_SUB+= X86_ONLY="@comment " | PLIST_SUB+= X86_ONLY="@comment " | ||||
| .endif | .endif | ||||
| .if ${ARCH} == aarch64 || ${ARCH:Marm*} | .if ${ARCH} == aarch64 || ${ARCH:Marm*} | ||||
| PLIST_SUB+= ARM_ONLY="" | PLIST_SUB+= ARM_ONLY="" | ||||
| .else | .else | ||||
| PLIST_SUB+= ARM_ONLY="@comment " | PLIST_SUB+= ARM_ONLY="@comment " | ||||
| .endif | |||||
| .if ${ARCH:Mmips*} | |||||
| PLIST_SUB+= MIPS_ONLY="" | |||||
| .else | |||||
| PLIST_SUB+= MIPS_ONLY="@comment " | |||||
| .endif | .endif | ||||
| .if ${ARCH:Mpowerpc*} | .if ${ARCH:Mpowerpc*} | ||||
| PLIST_SUB+= PPC_ONLY="" | PLIST_SUB+= PPC_ONLY="" | ||||
| .else | .else | ||||
| PLIST_SUB+= PPC_ONLY="@comment " | PLIST_SUB+= PPC_ONLY="@comment " | ||||
| .endif | .endif | ||||
| .include <bsd.port.post.mk> | .include <bsd.port.post.mk> | ||||