From ca77a3794aa72ceed1d029611981eb5bd7bfb4e4 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 4 Jul 2004 15:24:46 +0000 Subject: Rework the way the kaffe packages work: - Make kaffe the main package, on which others can depend, and which has no support for things like sound nor graphics. Bump its revision to 2. While here, do some cleanup too. - Add a kaffe-x11 package, that installs on top of kaffe, and which provides the library needed for AWT support through X11. - Add a kaffe-esound package, that installs on top of kaffe, and which provides the library needed for sound support through esound (i.e., no more need for the USE_ESOUND variable here). - Remove the kaffe-nox11 package. --- lang/kaffe-esound/PLIST | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/kaffe-esound/PLIST (limited to 'lang/kaffe-esound/PLIST') diff --git a/lang/kaffe-esound/PLIST b/lang/kaffe-esound/PLIST new file mode 100644 index 00000000000..4cba367ce56 --- /dev/null +++ b/lang/kaffe-esound/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2004/07/04 15:24:46 jmmv Exp $ +java/kaffe/jre/lib/${MACHINE_ARCH}/libtritonusesd-${PKGVERSION}.so +java/kaffe/jre/lib/${MACHINE_ARCH}/libtritonusesd.a +java/kaffe/jre/lib/${MACHINE_ARCH}/libtritonusesd.la +java/kaffe/jre/lib/${MACHINE_ARCH}/libtritonusesd.so +@comment in kaffe: @dirrm java/kaffe/jre/lib/${MACHINE_ARCH} -- cgit v1.2.3