1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/trio/Makefile
Rodrigo Osorio e593784740 Update port
2015-09-10 20:18:21 +00:00

25 lines
476 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
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
USES= gmake
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>