1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/aunit/Makefile
Gerald Pfeifer c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00

30 lines
574 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= aunit
PORTVERSION= 2017
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
DISTNAME= aunit-gpl-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Ada unit testing framework
LICENSE= GPLv3
BUILD_DEPENDS= gprbuild:devel/gprbuild
USES= ada gmake
post-patch:
${REINPLACE_CMD} -e 's|LIBDIR|MYLIBDIR|' \
${WRKSRC}/lib/gnat/aunit_shared.gpr
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/lib/gnat/manifests
.include <bsd.port.mk>