forked from Lainports/freebsd-ports
- Install JAR in ${JAVASHAREDIR}/${PORTNAME} (${JAVAJARDIR} is for JAR
libraries used by other ports)
- Register an explicit dependency on java/javavmwrapper
- Set JAVA_VERSION in the launcher script so that a correct JVM is chosen
- Use 'exec' to launch JVM (as encouraged in the Porter's Handbook)
- Use SUB_FILES to build the launcher script (some substitutions are provided by
default, such as %%JAVA_VERSION%%)
- Add $FreeBSD$ tags
- Bump PORTREVISION because of packing list changes
PR: 102193
Submitted by: Herve Quiroz <hq@freebsd.org>
20 lines
596 B
Text
20 lines
596 B
Text
@comment $FreeBSD$
|
|
bin/ppower4
|
|
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/leveldemo.tex
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.1
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.2
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.3
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.4
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.5
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.6
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/example.7
|
|
%%JAR_DIR%%/pp4p.jar
|
|
%%STY_DIR%%/pause.sty
|
|
%%STY_DIR%%/background.sty
|
|
%%STY_DIR%%/pp4link.sty
|
|
%%STY_DIR%%/mpmulti.sty
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
|
@dirrm %%JAR_DIR%%
|
|
@dirrm %%STY_DIR%%
|