freebsd-ports/devel/cpptest/Makefile
Fernando Apesteguía 36e690c0ad Remove Ego-Lines from fernape's ports
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14668
2018-03-13 22:24:58 +00:00

19 lines
405 B
Makefile

# $FreeBSD$
PORTNAME= cpptest
PORTVERSION= 1.1.2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= fernape@FreeBSD.org
COMMENT= Unit testing framework for handling automated tests in C++
LICENSE= LGPL3
GNU_CONFIGURE= yes
USES= gmake libtool pathfix
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
MAKE_ARGS= CC=${CC} CCC=${CXX}
.include <bsd.port.mk>