mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
665d68243a
- 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>
21 lines
596 B
Plaintext
21 lines
596 B
Plaintext
@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%%
|