summaryrefslogtreecommitdiff
path: root/lang/parrot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r--lang/parrot/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
new file mode 100644
index 00000000000..8e07712490f
--- /dev/null
+++ b/lang/parrot/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/13 14:18:03 agc Exp $
+#
+
+DISTNAME= parrot-0.0.1
+CATEGORIES= lang
+MASTER_SITES= http://www.netthink.co.uk/downloads/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.python.org/parrot.html
+COMMENT= bytecode language possibly to be used by Perl/Python
+
+USE_PERL5= # defined
+
+ALL_TARGET= test_prog
+
+do-install:
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/include/parrot
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/share/doc/parrot
+ ${INSTALL_PROGRAM_DIR} ${PREFIX}/share/parrot
+ ${INSTALL_PROGRAM} ${WRKSRC}/test_prog ${PREFIX}/bin/parrot
+ ${INSTALL_SCRIPT} ${WRKSRC}/assemble.pl ${PREFIX}/share/parrot
+ ${INSTALL_SCRIPT} ${WRKSRC}/disassemble.pl ${PREFIX}/share/parrot
+ ${INSTALL_SCRIPT} ${WRKSRC}/t/test*.pasm ${PREFIX}/share/parrot
+ ${INSTALL_DATA} ${WRKSRC}/opcode_table ${PREFIX}/include/parrot
+ ${INSTALL_DATA} ${WRKSRC}/interp_guts.h ${PREFIX}/include/parrot
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/parrot
+ ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/parrot
+
+.include "../../mk/bsd.pkg.mk"