mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
b93cd63670
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)
22 lines
458 B
Makefile
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>
|