freebsd-ports/devel/aunit/Makefile
Ying-Chieh Liao 9ab4d95922 add aunit 1.01
A unit testing framework for the Ada '95 programming language

PR:		35146
Submitted by:	Aidan Skinner <aidan@velvet.net>
2002-09-17 08:25:21 +00:00

28 lines
630 B
Makefile

# New ports collection makefile for: aunit
# Date created: 20 Jan 2002
# Whom: Aidan Skinner <aidan@velvet.net>
#
# $FreeBSD$
#
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>