freebsd-ports/www/libhtp-suricata/Makefile
Baptiste Daroussin 993c39621f Convert to USES=autoreconf
Strip binaries
2014-12-18 12:22:25 +00:00

25 lines
460 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
GH_COMMIT= 0294c27
USES= autoreconf libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFLICTS_INSTALL= libhtp-[0-9]*
PATHFIX_MAKEFILEIN= Makefile.am
INSTALL_TARGET= install-strip
.include <bsd.port.mk>