summaryrefslogtreecommitdiff
path: root/lang/kaffe/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-29 10:58:50 +0000
committerjlam <jlam@pkgsrc.org>2003-01-29 10:58:50 +0000
commitc27ad75f8246187943c67e5a24c4ccadec321dff (patch)
treec8ac65e08a9894aa627cd1fcfb497fb70a44997d /lang/kaffe/Makefile
parent5adda97c9783a36631e80af62fd718b23f273f98 (diff)
downloadpkgsrc-c27ad75f8246187943c67e5a24c4ccadec321dff.tar.gz
Note that some of the installed files are config files and use
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/kaffe to 1.
Diffstat (limited to 'lang/kaffe/Makefile')
-rw-r--r--lang/kaffe/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile
index 224cbcb392e..a3c27628037 100644
--- a/lang/kaffe/Makefile
+++ b/lang/kaffe/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2003/01/26 01:00:22 fredb Exp $
+# $NetBSD: Makefile,v 1.44 2003/01/29 10:58:50 jlam Exp $
#
DISTNAME= kaffe-1.0.7
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/v1.0.x-production/
@@ -9,9 +10,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.kaffe.org/
COMMENT= Virtual machine capable of running Java(tm) code
-USE_BUILDLINK2= YES
-USE_X11= YES
-USE_LIBTOOL= YES
+USE_BUILDLINK2= yes
+USE_PKGINSTALL= yes
+USE_X11= yes
+USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
TEST_TARGET= check
@@ -21,7 +23,14 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -Dunix
JVM_HOME= ${LOCALBASE}/java/kaffe
-NO_MTREE= # defined, since we change PREFIX below
+NO_MTREE= yes # since we change PREFIX below
+
+OWN_DIRS= ${PREFIX}
+OWN_DIRS+= ${PREFIX}/jre
+OWN_DIRS+= ${PREFIX}/jre/lib
+OWN_DIRS+= ${PREFIX}/jre/lib/security
+SUPPORT_FILES= ${PREFIX}/jre/lib/security/java.security.default \
+ ${PREFIX}/jre/lib/security/java.security
.include "../../mk/bsd.prefs.mk"