1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/dimes/Makefile
Mark Linimon 06e6677793 Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
2011-07-21 05:03:02 +00:00

110 lines
4.8 KiB
Makefile

# New ports collection makefile for: DIMES
# Date created: 18 April 2006
# Whom: stast
# $FreeBSD$
#
#
PORTNAME= dimes
PORTVERSION= 0.5.2
CATEGORIES= net java
MASTER_SITES= http://www.netdimes.org/PublicData/downloads/ \
http://www.stasyan.com/devel/distfiles/
DISTNAME= Dimes_Agent_052_Linux
MAINTAINER= devel@stasyan.com
COMMENT= Distributed research project for measurement topology of the Internet
NO_PACKAGE= There is the string in properties.xml which system-depends
WRKSRC= ${WRKDIR}/DIMES
BUILD_WRKSRC= ${WRKSRC}/scripts_linux
USE_JAVA= YES
JAVA_VERSION= 1.6+
#java-linux required
JAVA_OS= linux
#all vendors except forbidden: ibm
JAVA_VENDOR= sun
DATADIR= ${JAVASHAREDIR}/dimes
post-extract:
${REINPLACE_CMD} 's|$$CURRENT_DIR/..|${DATADIR}/|g' ${WRKSRC}/scripts_linux/agent.sh
${REINPLACE_CMD} 's|#. colors.sh|JAVA_HOME=${JAVA_HOME}|g' ${WRKSRC}/scripts_linux/agent.sh
${REINPLACE_CMD} 's|./bash|/bin/sh|g' ${WRKSRC}/scripts_linux/Makefile
${REINPLACE_CMD} 's|/opt/DIMES|${DATADIR}|g' ${WRKSRC}/Classes/Base/conf/properties.xml
do-install:
@${MKDIR} ${DATADIR}
@${MKDIR} ${DATADIR}/scripts_linux
@${MKDIR} ${DATADIR}/Classes
@${MKDIR} ${DATADIR}/Classes/Base
@${MKDIR} ${DATADIR}/Classes/Base/dimes
@${MKDIR} ${DATADIR}/Classes/Base/dimes/service
@${MKDIR} ${DATADIR}/Classes/dimes
@${MKDIR} ${DATADIR}/Classes/dimes/service
@${MKDIR} -m 0777 ${DATADIR}/Classes/Base/History
@${MKDIR} -m 0777 ${DATADIR}/Classes/Base/Incoming
@${MKDIR} -m 0777 ${DATADIR}/Classes/Base/Incoming/Keepalive
@${MKDIR} -m 0777 ${DATADIR}/Classes/Base/Outgoing
@${MKDIR} -m 0777 ${DATADIR}/Classes/Base/Outgoing/log
@${MKDIR} -m 0777 ${DATADIR}/Classes/Base/Outgoing/results
@${MKDIR} ${DATADIR}/Classes/Base/conf
@${MKDIR} ${DATADIR}/Classes/Base/bin_linux
@${MKDIR} ${DATADIR}/Classes/Base/resources
@${MKDIR} ${DATADIR}/Classes/Base
@${MKDIR} ${DATADIR}/Classes/Base
@${MKDIR} ${DATADIR}/Classes/JARs
@${MKDIR} ${DATADIR}/Licences
@${INSTALL_DATA} ${WRKSRC}/Classes/'AgentLauncher$$1.class' \
${DATADIR}/Classes/'AgentLauncher$$1.class'
@${INSTALL_DATA} ${WRKSRC}/Classes/'AgentLauncher$$2.class' \
${DATADIR}/Classes/'AgentLauncher$$2.class'
@${INSTALL_DATA} ${WRKSRC}/Classes/AgentLauncher.class \
${DATADIR}/Classes/AgentLauncher.class
@${INSTALL_DATA} ${WRKSRC}/Classes/Start.class \
${DATADIR}/Classes/Start.class
@cd ${WRKSRC}/Classes/ && \
${FIND} . -type f -and \( -name "*.jpg" -or -name "*.gif" \
-or -name "*.dll" -or -name "*.ico" \
-or -name "*.zip" -or -name "*.GIF" -or -name "*.txt" \
-or -name "*.properties" \) \
-exec ${INSTALL_DATA} {} ${DATADIR}/Classes/{} \;
@cd ${WRKSRC}/Classes/Base/bin_linux && \
${FIND} . -type f -exec ${INSTALL_DATA} -m 055 {} ${DATADIR}/Classes/Base/bin_linux/{} \;
@cd ${WRKSRC}/Classes/Base/resources/ && \
${FIND} . -type f -and \( -name "*.jar" -or -name "*.txt" \
-or -name "*.keystore" \) \
-exec ${INSTALL_DATA} {} ${DATADIR}/Classes/Base/resources/{} \;
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/Base/resources/layouts.bin \
${DATADIR}/Classes/Base/resources/layouts.bin
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/Base/resources/layouts.meta \
${DATADIR}/Classes/Base/resources/layouts.meta
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/Base/resources/default.in \
${DATADIR}/Classes/Base/resources/default.in
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/Base/resources/dimespacket.sys \
${DATADIR}/Classes/Base/resources/dimespacket.sys
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/Base/resources/libcallmtr.so \
${DATADIR}/Classes/Base/resources/libcallmtr.so
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/dimes/service/Stop.class \
${DATADIR}/Classes/dimes/service/Stop.class
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/Base/conf/properties.xml \
${DATADIR}/Classes/Base/conf/properties.xml
@${INSTALL_DATA} -m 0666 ${WRKSRC}/Classes/Base/conf/wrapper.conf \
${DATADIR}/Classes/Base/conf/wrapper.conf
@${INSTALL_DATA} ${WRKSRC}/Classes/JARs/10.jar \
${DATADIR}/Classes/JARs/10.jar
@${INSTALL_DATA} ${WRKSRC}/Classes/JARs/dimesAgent.keystore \
${DATADIR}/Classes/JARs/dimesAgent.keystore
@cd ${WRKSRC}/Licences/ && ${FIND} . -type f -name "*.txt" \
-exec ${INSTALL_MAN} {} ${DATADIR}/Licences/{} \;
@${INSTALL_SCRIPT} -m 4755 ${WRKSRC}/scripts_linux/agent.sh ${DATADIR}/scripts_linux/agent.sh
@${INSTALL_SCRIPT} ${WRKSRC}/scripts_linux/colors.sh ${DATADIR}/scripts_linux/colors.sh
@${INSTALL_DATA} ${WRKSRC}/scripts_linux/Makefile ${DATADIR}/scripts_linux/Makefile
@${INSTALL_SCRIPT} ${WRKSRC}/linuxAgent.sh ${DATADIR}/linuxAgent.sh
@${INSTALL_SCRIPT} ${WRKSRC}/linuxService.sh ${DATADIR}/linuxService.sh
@${INSTALL_SCRIPT} ${WRKSRC}/linuxServiceStatus.sh ${DATADIR}/linuxServiceStatus.sh
@${INSTALL_SCRIPT} ${WRKSRC}/linuxStopService.sh ${DATADIR}/linuxStopService.sh
.include <bsd.port.mk>