ports/www/libecap/Makefile
2021-04-06 16:31:07 +02:00

21 lines
505 B
Makefile

# Created by: Thomas-Martin Seck <tmseck@web.de>
PORTNAME= libecap
PORTVERSION= 1.0.1
CATEGORIES= www security
MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for module based network content analysis
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool
.include <bsd.port.mk>