freebsd-ports/www/libhtp-suricata/Makefile
Tijl Coosemans 68fa4b0933 - Add USES=libtool
- Remove LIBTOOLIZE_ARGS, the default value is fine
- Remove pre-configure, handled by USES=pathfix and USE_AUTOTOOLS
2014-07-02 15:24:52 +00:00

25 lines
510 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= libtool pathfix pkgconfig
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
USE_LDCONFIG= yes
CONFLICTS_INSTALL= libhtp-[0-9]*
PATHFIX_MAKEFILEIN= Makefile.am
AUTOMAKE_ARGS+= --force-missing --add-missing
.include <bsd.port.mk>