freebsd-ports/www/libhtp-suricata/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

23 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= libhtp
PORTVERSION= 0.2.14
PORTREVISION= 1
CATEGORIES= www security
PKGNAMESUFFIX= -suricata
MAINTAINER= koobs@FreeBSD.org
COMMENT= Security-aware parser for the HTTP protocol
USE_GITHUB= yes
GH_ACCOUNT= inliniac
USES= autoreconf libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFLICTS_INSTALL= libhtp-[0-9]*
INSTALL_TARGET= install-strip
.include <bsd.port.mk>