58a8d2f384
- Honor portlint PR: 202061 Submitted by: brd
31 lines
714 B
Makefile
31 lines
714 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liblognorm
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= devel net security
|
|
MASTER_SITES= http://www.liblognorm.com/download/files/download/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Log normalizer
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c \
|
|
libestr.so:${PORTSDIR}/devel/libestr
|
|
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
|
|
|
|
USES= libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.options.mk>
|
|
# Try to fix parallel (-jX) builds
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/^lognormalizer_DEPENDENCIES/s,=,= $$(lib_LTLIBRARIES),' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|