diff options
author | agc <agc@pkgsrc.org> | 1999-10-28 09:51:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-28 09:51:43 +0000 |
commit | 4477210beeea68890e1c4652ff43a45b4d7eaabe (patch) | |
tree | 9fa00f028c3cf4a3f150130799d968c10217a60d /lang/japhar/Makefile | |
parent | 86d63b2cc08f19ed6a6e6f845bf05951d7778eb1 (diff) | |
download | pkgsrc-4477210beeea68890e1c4652ff43a45b4d7eaabe.tar.gz |
Import japhar, a Java Virtual Machine, currently JDK 1.1.5-level, into
the NetBSD packages collection.
Diffstat (limited to 'lang/japhar/Makefile')
-rw-r--r-- | lang/japhar/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile new file mode 100644 index 00000000000..c64b1300479 --- /dev/null +++ b/lang/japhar/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/28 09:51:43 agc Exp $ +# + +DISTNAME= japhar-0.08 +CATEGORIES= lang +MASTER_SITES= ftp://ftp.japhar.org/pub/hungry/japhar/source/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.japhar.org/ + +ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_FLAGS= --install-la +USE_GMAKE= yes + +.include "../../mk/bsd.prefs.mk" + +# The japhar tar archive uses ././@LongLink GNU tar hacks +.undef EXTRACT_USING_PAX + +.include "../../mk/bsd.pkg.mk" |