1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/trio/Makefile
Rodrigo Osorio b93cd63670 Take maintenership of multiple ports (feld@ drop its maintenership)
devel/trio
editors/poedit
ftp/ftpsync
net-mgmt/rrdbot
sysutils/fusefs-gstfs
textproc/smu
www/p5-HTML-Template-Associate
www/p5-WWW-FreeProxy

Submitted by:	rodrigo
Approved by:	bapt (mentor)
2014-06-16 12:49:00 +00:00

22 lines
458 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= trio
PORTVERSION= 1.14
CATEGORIES= devel
MASTER_SITES= SF/c${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Fully matured and stable set of printf and string functions
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>