# New ports collection makefile for:   aunit
# Date created:        20 Jan 2002
# Whom:                Aidan Skinner <aidan@velvet.net>
#
# $FreeBSD: ports/devel/aunit/Makefile,v 1.1 2002/09/17 08:25:21 ijliao Exp $
#

PORTNAME=	aunit
PORTVERSION=	1.01
CATEGORIES=	devel
MASTER_SITES=	http://libre.act-europe.fr/aunit/

MAINTAINER=	aidan@velvet.net

NO_BUILD=	yes

do-install:
	@${MKDIR} ${PREFIX}/include/aunit
	${INSTALL_DATA} ${WRKSRC}/aunit/framework/* ${PREFIX}/include/aunit
	${INSTALL_DATA} ${WRKSRC}/aunit/text_reporter/* ${PREFIX}/include/aunit

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

.include <bsd.port.mk>
