pkgsrc/www/libecap/Makefile
wiz 92b4a6e496 *: remove pkg-config from tools where no buildlink3.mk file is included
Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
2022-07-25 11:12:18 +00:00

19 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.6 2022/07/25 11:12:29 wiz Exp $
DISTNAME= libecap-1.0.1
PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= https://www.e-cap.org/
COMMENT= C++ implementation of eCAP API
LICENSE= 2-clause-bsd
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libecap.pc.in
.include "../../mk/bsd.pkg.mk"