freebsd-ports/devel/trio/Makefile

28 lines
544 B
Makefile
Raw Normal View History

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