1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/net-mgmt/confregdecode/files/confregdecode.in
Joe Marcus Clarke 83cada70e0 * Update to bsd.java.mk 2.0 [1]
* Install JAR file in DATADIR=${JAVASHAREDIR}/${PORTNAME} [1]
* 'javavm' -> 'java' [1]
* Convert to SUB_FILES

PR:		102194 [1]
Submitted by:	hq [1]
2006-08-19 17:26:49 +00:00

15 lines
364 B
Bash

#!/bin/sh
#
# Copyright (c)2000-2001 by MarcusCom, Inc. All rights reserved.
# $Id: confregdecode.sh,v 1.3 2001/05/24 20:22:44 jmarcus Exp $
#
# Change this to your path to jre
JRE=%%LOCALBASE%%/bin/java
# End changeable things
CLASSPATH=%%DATADIR%%/confregdecode.jar:${CLASSPATH}
exec ${JRE} -classpath ${CLASSPATH} com.marcuscom.confregdecode.ConfregDecode