freebsd-ports/devel/trio/Makefile

32 lines
634 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.10
CATEGORIES= devel
2002-05-03 20:41:55 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ctrio
2002-05-03 20:41:55 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A fully matured and stable set of printf and string functions
USE_REINPLACE= yes
2002-05-08 09:01:56 +02:00
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|_INCS|INCS|g' ${WRKSRC}/Makefile.in
2002-05-08 09:01:56 +02:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc html | \
cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
2002-05-03 20:41:55 +02:00
.endif
.include <bsd.port.mk>