opnsense-ports/devel/cpptest/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
481 B
Makefile

# Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
# $FreeBSD$
PORTNAME= cpptest
PORTVERSION= 1.1.2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= fernando.apesteguia@gmail.com
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>