freebsd-ports/devel/libhtp/Makefile

24 lines
499 B
Makefile
Raw Normal View History

# New ports collection makefile for: libhtp
# Date created: 19 December 2011
# Whom: wxs@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libhtp
2012-04-09 04:41:18 +02:00
PORTVERSION= 0.2.8
CATEGORIES= devel
MASTER_SITES= http://www.openinfosecfoundation.org/download/
2012-01-31 20:01:26 +01:00
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>