freebsd-ports/devel/libhtp/Makefile
Wesley Shields ee99734666 Update to 0.2.8
Feature safe:	yes
2012-04-09 02:41:18 +00:00

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>