1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/www/libecap/Makefile
Florian Smeets 792ee326e5 - add www/squid32 [1]
- update www/libecap to 0.20 [2]
- remove option ECAP from www/squid31 and add a note to UPDATING that you need
  to upgrade to squid32 if you need ECAP

PR:		ports/173152 [1]
PR:		ports/173156 [2]
Submitted by:	Thomas-Martin Seck <tmseck@web.de>
Feature safe:	yes
2012-10-30 23:05:50 +00:00

32 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.2.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>