1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/liblognorm/Makefile
Pawel Pekala 78dee269ad - Update to version 1.0.0
- Add pkg-message

PR:		ports/184698
Submitted by:	maintainer
2013-12-17 19:37:20 +00:00

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>