c6eddf7029
- Update WWW Approved by: portmgr blanket
34 lines
774 B
Makefile
34 lines
774 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= liblognorm
|
|
PORTVERSION= 2.0.6
|
|
CATEGORIES= devel net security
|
|
MASTER_SITES= http://www.liblognorm.com/download/files/download/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Log normalizer
|
|
|
|
LICENSE= LGPL21+ APACHE20
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING
|
|
LICENSE_FILE_APACHE20= ${WRKSRC}/COPYING.ASL20
|
|
|
|
LIB_DEPENDS= libfastjson.so:devel/libfastjson \
|
|
libestr.so:devel/libestr
|
|
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
|
|
|
|
USES= libtool pathfix pkgconfig
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
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>
|