aboutsummaryrefslogtreecommitdiff
path: root/devel/trio/Makefile
blob: 6c1b3b2eebf0660aef011b26e68d5ba53250d1da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ex:ts=8
# New ports collection makefile for:	trio
# Date created:			Jun 3, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	trio
PORTVERSION=	1.9
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	ctrio

MAINTAINER=	ports@FreeBSD.org

PORTCOMMENT=	A fully matured and stable set of printf and string functions

GNU_CONFIGURE=	yes

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}/doc
	${INSTALL_DATA} ${WRKSRC}/doc/*.* ${DOCSDIR}/doc
	@${MKDIR} ${DOCSDIR}/html
	${INSTALL_DATA} ${WRKSRC}/html/*.* ${DOCSDIR}/html
.endif

.include <bsd.port.mk>