freebsd-ports/www/libecap/Makefile
Sahil Tandon fb94bd06c3 Update to 0.1.0 and sort packing list.
PR:		ports/154738
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2011-02-13 18:12:33 +00:00

31 lines
627 B
Makefile

# Ports collection Makefile for: libecap
# Date created: 2009/06/02
# Whom: Thomas-Martin Seck <tmseck@web.de>
#
# $FreeBSD$
#
PORTNAME= libecap
PORTVERSION= 0.1.0
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+
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
PORTDOCS= CREDITS LICENSE NOTICE README
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>