1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/trio/Makefile

28 lines
539 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.12
CATEGORIES= devel
2002-05-03 18:41:55 +00:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ctrio
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= A fully matured and stable set of printf and string functions
2002-05-08 07:01:56 +00:00
GNU_CONFIGURE= yes
2002-05-08 07:01:56 +00:00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc | \
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
2002-05-03 18:41:55 +00:00
.endif
.include <bsd.port.mk>