freebsd-ports/devel/trio/Makefile
Mark Linimon 081beb2d38 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 13:17:38 +00:00

27 lines
717 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= trio
PORTVERSION= 1.16
CATEGORIES= devel
MASTER_SITES= SF/c${PORTNAME}/${PORTNAME}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Fully matured and stable set of printf and string functions
LICENSE= BSD2CLAUSE
BROKEN_mips= fails to link: /usr/bin/ld: No such file: No such file or directory
BROKEN_mips64= fails to link: /usr/bin/ld: No such file: No such file or directory
BROKEN_powerpc64= fails to link: /usr/bin/ld: No such file: No such file or directory
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>