freebsd-ports/devel/liblognorm/Makefile
Muhammad Moinur Rahman a97b937cef devel/liblognorm: Update version 1.0.0=>1.0.1
Differential Revision:	https://reviews.freebsd.org/D1423
Approved by:	marino(mentor)
2015-01-04 10:46:40 +00:00

30 lines
683 B
Makefile

# $FreeBSD$
PORTNAME= liblognorm
PORTVERSION= 1.0.1
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= pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
SUB_FILES= pkg-message
# Try to fix parallel (-jX) builds
post-patch:
@${REINPLACE_CMD} -e \
'/^lognormalizer_DEPENDENCIES/s,=,= $$(lib_LTLIBRARIES),' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>