1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/databases/jrrd/Makefile
Niclas Zeising 307a70b894 Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
2016-05-02 16:08:56 +00:00

36 lines
769 B
Makefile

# Created by: Ryan T. Dean <rtdean@cytherianage.net>
# $FreeBSD$
PORTNAME= jrrd
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= databases java
MASTER_SITES= SF/opennms/JRRD/stable-1.0
MAINTAINER= danilo@FreeBSD.org
COMMENT= Java native interface (JNI) to RRDtool
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= libtool
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_VENDOR= openjdk
JAVA_BUILD= yes
JAVA_RUN= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
USE_LDCONFIG= yes
PLIST_FILES= %%JAVAJARDIR%%/jrrd.jar \
lib/libjrrd.so
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "Installation settings:"
@${ECHO_MSG} " Location of JDK: ${JAVA_HOME}"
@${ECHO_MSG} " Location of Java port: ${JAVA_PORT}"
@${ECHO_MSG} ""
.include <bsd.port.mk>