6ca72aabd5
Approved by: portmgr blanket
29 lines
610 B
Makefile
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>
|