freebsd-ports/www/libecap/Makefile
Sunpoet Po-Chuan Hsieh 1b5decaadb - Update to 1.0.1
- Add my LOCAL to MASTER_SITES
- Remove DOCS option
- Use = instead of +=
- Reformat pkg-descr
- Cleanup PLIST
- Take maintainership

Changes:	http://www.measurement-factory.com/tmp/ecap/libecap_change.log
2015-06-13 13:52:09 +00:00

23 lines
517 B
Makefile

# Created by: Thomas-Martin Seck <tmseck@web.de>
# $FreeBSD$
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>