27 lines
449 B
Makefile
27 lines
449 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: trio
|
|
# Date created: Jun 3, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= trio
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ctrio
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
${CP} -R ${WRKSRC}/doc ${DOCSDIR}
|
|
${CP} -R ${WRKSRC}/html ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|