2009-06-06 14:54:23 +00:00
|
|
|
# Ports collection Makefile for: libecap
|
|
|
|
# Date created: 2009/06/02
|
|
|
|
# Whom: Thomas-Martin Seck <tmseck@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libecap
|
2012-10-30 23:05:50 +00:00
|
|
|
PORTVERSION= 0.2.0
|
2009-06-06 14:54:23 +00:00
|
|
|
CATEGORIES= www security
|
|
|
|
MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/
|
|
|
|
|
|
|
|
MAINTAINER= tmseck@web.de
|
|
|
|
COMMENT= Library for module based network content analysis
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GCC= 4.2+
|
|
|
|
|
2010-12-20 05:34:27 +00:00
|
|
|
LICENSE= BSD
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2009-06-06 14:54:23 +00:00
|
|
|
PORTDOCS= CREDITS LICENSE NOTICE README
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|