1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/jdictionary/files/jdictionary.sh.in
Herve Quiroz 3e21b3c022 - Use bsd.java.mk
- Use SUB_LIST to transform the launcher shell script
- Use DATADIR=${JAVASHAREDIR}/${PORTNAME} as encouraged in the Porter's
  handbook for Java application ports.
- Add $FreeBSD$ tags where missing
- Use INSTALL_DATA to install JAR file
- Minor cosmetic improvements
- Bump PORTREVISION as the location of files has changed
- Add support for plugin ports (this port will act as the MASTERDIR for plugin
  ports that will include Makefile.plugin)

Reviewed by:	glewis
Approved by:	maintainer
2004-12-19 03:34:56 +00:00

7 lines
112 B
Bash

#!/bin/sh
#
# $FreeBSD$
cd "%%DATADIR%%"
exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/jdictionary.jar" "@*"