freebsd-ports/sysutils/gkrellm2/pkg-plist
Hajimu UMEMOTO b7ed2603c5 make the plugin ports be able to depend on ${GKRELLM_SERVER_ONLY}
to install server-only plugins:

- install all gkrellmd-related files to ${PREFIX} instead of
  ${X11BASE}.
- generates a gkrellmd.pc file for use with ports that install
  server-only plugins.
- glib20 is chosen over glib12 for server-only build.

PR:		ports/82197
Submitted by:	Jonathan Noack <noackjr__at__alumni.rice.edu>
2005-11-04 19:20:01 +00:00

38 lines
1.7 KiB
Text

include/gkrellm2/gkrellmd.h
@dirrm include/gkrellm2
libdata/pkgconfig/gkrellmd.pc
sbin/gkrellmd
@exec mkdir -p %D/libexec/gkrellm2/plugins-gkrellmd
@unexec rmdir %D/libexec/gkrellm2/plugins-gkrellmd 2>/dev/null || true
@unexec rmdir %D/libexec/gkrellm2 2>/dev/null || true
@unexec if cmp -s %D/etc/gkrellmd.conf %D/%%EXAMPLESDIR%%/gkrellmd.conf; then rm -f %D/etc/gkrellmd.conf; fi
%%EXAMPLESDIR%%/gkrellmd.conf
@exec [ -f %D/etc/gkrellmd.conf ] || cp %B/%f %D/etc/gkrellmd.conf
@dirrm %%EXAMPLESDIR%%
@cwd %%X11BASE%%
%%CLIENT%%include/gkrellm2/gkrellm.h
%%CLIENT%%include/gkrellm2/gkrellm-public-proto.h
%%CLIENT%%@dirrm include/gkrellm2
%%CLIENT%%man/man1/gkrellm.1.gz
%%CLIENT%%@unexec rm -f %D/man/cat1/gkrellm.1 %D/man/cat1/gkrellm.1.gz
%%CLIENT%%bin/gkrellm
%%CLIENT%%libdata/pkgconfig/gkrellm.pc
%%NLS%%share/locale/cs/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/da/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/de/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/es/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/fr/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/it/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/ja/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/nl/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/pl/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/ru/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/sl/LC_MESSAGES/gkrellm.mo
%%NLS%%share/locale/sv/LC_MESSAGES/gkrellm.mo
%%CLIENT%%@exec mkdir -p %D/libexec/gkrellm2/plugins
%%CLIENT%%@exec mkdir -p %D/share/gkrellm2/themes
%%CLIENT%%@unexec rmdir %D/libexec/gkrellm2/plugins 2>/dev/null || true
%%CLIENT%%@unexec rmdir %D/libexec/gkrellm2 2>/dev/null || true
%%CLIENT%%@unexec rmdir %D/share/gkrellm2/themes 2>/dev/null || true
%%CLIENT%%@unexec rmdir %D/share/gkrellm2 2>/dev/null || true
@cwd %%PREFIX%%