2001-06-03 08:57:09 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: trio
|
|
|
|
# Date created: Jun 3, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= trio
|
2006-05-11 15:02:30 +02:00
|
|
|
PORTVERSION= 1.11
|
2001-06-03 08:57:09 +02:00
|
|
|
CATEGORIES= devel
|
2002-05-03 20:41:55 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ctrio
|
2001-06-03 08:57:09 +02:00
|
|
|
|
2006-05-11 15:02:30 +02:00
|
|
|
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
|
2001-06-03 08:57:09 +02:00
|
|
|
|
2002-05-08 09:01:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-06-03 08:57:09 +02:00
|
|
|
|
2002-05-08 09:01:56 +02:00
|
|
|
post-install:
|
2002-10-16 08:58:48 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-05-08 14:27:02 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2006-05-11 15:02:30 +02:00
|
|
|
cd ${WRKSRC} && ${FIND} doc | \
|
2004-01-22 13:18:43 +01:00
|
|
|
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
2002-05-03 20:41:55 +02:00
|
|
|
.endif
|
2001-06-03 08:57:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|