04161f8c90
PR: 51366 Submitted by: Ports Fury
31 lines
634 B
Makefile
31 lines
634 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: trio
|
|
# Date created: Jun 3, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= trio
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ctrio
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A fully matured and stable set of printf and string functions
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|_INCS|INCS|g' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${FIND} doc html | \
|
|
cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|