1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/libhtp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
502 B
Makefile

PORTNAME= libhtp
PORTVERSION= 0.5.33
CATEGORIES= devel
MAINTAINER= koobs@FreeBSD.org
COMMENT= Security-aware parser for the HTTP protocol
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf iconv:translit libtool pathfix pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= OISF
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
MAKE_ARGS= LIBS="-lz ${ICONV_LIB}"
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
TEST_TARGET= check
.include <bsd.port.mk>