mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
78dee269ad
- Add pkg-message PR: ports/184698 Submitted by: maintainer
29 lines
586 B
Makefile
29 lines
586 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liblognorm
|
|
PORTVERSION= 1.0.0
|
|
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
|
|
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>
|