summaryrefslogtreecommitdiff
path: root/lang/joos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/joos/Makefile')
-rw-r--r--lang/joos/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/joos/Makefile b/lang/joos/Makefile
new file mode 100644
index 00000000000..b26ecec9b2d
--- /dev/null
+++ b/lang/joos/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2002/05/08 15:42:00 jschauma Exp $
+#
+
+DISTNAME= joos-0.1
+CATEGORIES= lang
+MASTER_SITES= ftp://netbsd.stevens-tech.edu/pub/NetBSD/packages/distfiles/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jschauma@netbsd.org
+HOMEPAGE= http://www.brics.dk/~mis/dOvs/index.html
+COMMENT= Java Object Oriented Subset
+
+USE_JAVA= yes
+
+# This is ugly. The chown should happen after copying, or tar should have
+# a way to override permissions.
+do-install:
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/joos
+ ${CHOWN} -hR ${BINOWN}:${BINGRP} ${WRKSRC}
+ ${GTAR} -C ${WRKSRC} -cf- . | ${GTAR} -C ${PREFIX}/joos -xpf-
+
+.include "../../mk/bsd.pkg.mk"