2013-09-21 01:36:50 +02:00
|
|
|
# Created by: Thomas-Martin Seck <tmseck@web.de>
|
2009-06-06 16:54:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libecap
|
2012-10-31 00:05:50 +01:00
|
|
|
PORTVERSION= 0.2.0
|
2012-11-25 14:19:26 +01:00
|
|
|
PORTREVISION= 1
|
2009-06-06 16:54:23 +02:00
|
|
|
CATEGORIES= www security
|
|
|
|
MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/
|
|
|
|
|
2013-03-09 19:09:24 +01:00
|
|
|
MAINTAINER= tmseck@FreeBSD.org
|
2009-06-06 16:54:23 +02:00
|
|
|
COMMENT= Library for module based network content analysis
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GCC= 4.2+
|
|
|
|
|
2010-12-20 06:34:27 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2009-06-06 16:54:23 +02:00
|
|
|
PORTDOCS= CREDITS LICENSE NOTICE README
|
|
|
|
|
2012-11-25 14:19:26 +01:00
|
|
|
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2009-06-06 16:54:23 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|