freebsd-ports/net/java-beepcore/pkg-plist
Adam Weinberger cb7d5cc607 In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
2014-08-06 04:34:23 +00:00

20 lines
952 B
Text

%%JAVAJARDIR%%/beepcore.jar
%%JAVAJARDIR%%/beepsasl.jar
%%JAVAJARDIR%%/beeptls-jsse.jar
%%JAVAJARDIR%%/beeptls-ptls.jar
%%PORTDOCS%%%%DOCSDIR%%/GettingStarted.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt
%%PORTDOCS%%%%DOCSDIR%%/README.txt
%%PORTDOCS%%%%DOCSDIR%%/README_SASL.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.jar
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/org/beepcore/beep/example/Beepd.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/org/beepcore/beep/example/Bing.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/org/beepcore/beep/example/README_EXAMPLE
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/org/beepcore/beep/example/beepd-config.xml
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/org/beepcore/beep/util
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/org/beepcore/beep/example
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/org/beepcore/beep
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/org/beepcore
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/org
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%