1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/trio/Makefile
Ion-Mihai Tetcu aeb0b900e1 Update to 1.11
Pass maintainership to submiter.

PR:		ports/97119
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
Approved by:	lawrance (mentor)
2006-05-11 13:02:30 +00:00

28 lines
544 B
Makefile

# ex:ts=8
# New ports collection makefile for: trio
# Date created: Jun 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= trio
PORTVERSION= 1.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ctrio
MAINTAINER= rainer.alves@gmail.com
COMMENT= A fully matured and stable set of printf and string functions
GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
.include <bsd.port.mk>