summaryrefslogtreecommitdiff
path: root/emulators/tme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/tme/Makefile')
-rw-r--r--emulators/tme/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile
new file mode 100644
index 00000000000..759f7dc9fe3
--- /dev/null
+++ b/emulators/tme/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/23 08:21:54 skrll Exp $
+#
+
+DISTNAME= tme-0.2
+CATEGORIES= emulators
+MASTER_SITES= http://theory.lcs.mit.edu/~fredette/tme/
+
+MAINTAINER= skrll@NetBSD.org
+HOMEPAGE= http://theory.lcs.mit.edu/~fredette/tme/
+COMMENT= The Machine Emulator
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+
+.include "../../devel/libtool/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"