blob: 92a463dabf82ffc5add3cb9d8f0d48f4ed55360c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: libhtp
# Date created: 19 December 2011
# Whom: wxs@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libhtp
PORTVERSION= 0.2.8
CATEGORIES= devel
MASTER_SITES= http://www.openinfosecfoundation.org/download/
DISTNAME= htp-${PORTVERSION}
MAINTAINER= wxs@FreeBSD.org
COMMENT= Security-aware parser for the HTTP protocol
WRKSRC= ${WRKDIR}/htp-${PORTVERSION}
USE_LDCONFIG= yes
USE_GNOME= pkgconfig gnomehack
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|