ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

27 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.2 2015/05/22 11:31:12 ajacoutot Exp $
COMMENT = unit testing framework
DISTNAME = cpptest-1.1.2
REVISION = 0
SHARED_LIBS += cpptest 0.0 # 0.7
CATEGORIES = devel
HOMEPAGE = http://cpptest.sourceforge.net/
# LGPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += m stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=cpptest/}
CONFIGURE_STYLE = gnu
do-test:
${WRKSRC}/test/mytest
.include <bsd.port.mk>