freebsd-ports/devel/liblognorm/Makefile
Dmitry Marakasov 6ca72aabd5 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-25 08:13:33 +00:00

29 lines
610 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.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>