1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/trio/Makefile

23 lines
458 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= trio
PORTVERSION= 1.14
CATEGORIES= devel
MASTER_SITES= SF/c${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= dhn@FreeBSD.org
COMMENT= A fully matured and stable set of printf and string functions
GNU_CONFIGURE= yes
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
.include <bsd.port.mk>