2008-06-29 13:08:45 +02:00
|
|
|
# New ports collection makefile for: databases/jrrd
|
|
|
|
# Date created: 25 June 2008
|
|
|
|
# Whom: Ryan T. Dean <rtdean@cytherianage.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= jrrd
|
|
|
|
PORTVERSION= 1.0.3
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 1
|
2008-06-29 13:08:45 +02:00
|
|
|
CATEGORIES= databases java
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/opennms/JRRD/stable-1.0
|
2008-06-29 13:08:45 +02:00
|
|
|
|
|
|
|
MAINTAINER= rtdean@cytherianage.net
|
|
|
|
COMMENT= A Java native interface (JNI) to RRDtool
|
|
|
|
|
2008-09-04 14:41:09 +02:00
|
|
|
LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool
|
2008-06-29 13:08:45 +02:00
|
|
|
|
|
|
|
USE_JAVA= yes
|
|
|
|
JAVA_VERSION= 1.5+
|
|
|
|
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.la \
|
|
|
|
lib/libjrrd.so
|
|
|
|
|
2010-05-25 23:03:39 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 700000
|
|
|
|
BROKEN= does not configure on 6.X
|
|
|
|
.endif
|
|
|
|
|
2008-06-29 13:08:45 +02:00
|
|
|
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} ""
|
|
|
|
|
2010-05-25 23:03:39 +02:00
|
|
|
.include <bsd.port.post.mk>
|