freebsd-ports/devel/liblognorm/Makefile
2014-08-20 15:23:57 +00:00

29 lines
612 B
Makefile

# $FreeBSD$
PORTNAME= liblognorm
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= devel net security
MASTER_SITES= http://www.liblognorm.com/download/files/download/
MAINTAINER= pauls@utdallas.edu
COMMENT= Log normalizer
LICENSE= GPLv2
LIB_DEPENDS= libjson-c.so:${PORTSDIR}/devel/json-c \
libestr.so:${PORTSDIR}/devel/libestr
USES= pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
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>