ee99734666
Feature safe: yes
23 lines
499 B
Makefile
23 lines
499 B
Makefile
# 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>
|