diff options
author | skrll <skrll@pkgsrc.org> | 2004-01-23 08:21:54 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2004-01-23 08:21:54 +0000 |
commit | 60a14c66f3a4c61d5004fa763faffb7b4d253b21 (patch) | |
tree | e9b43521858e1e7db4c9672820e5666fd5c2f26c /emulators/tme/Makefile | |
parent | f4d7d24198bb0cfdc17257d0b57a462a3cb2ffff (diff) | |
download | pkgsrc-60a14c66f3a4c61d5004fa763faffb7b4d253b21.tar.gz |
Import of tme 0.2
The Machine Emulator, or tme, is a program that provides a general-
purpose framework for computer emulation. The first machine that tme
could emulate was the Sun 2/120, one of the first widely available Sun
workstations.
Diffstat (limited to 'emulators/tme/Makefile')
-rw-r--r-- | emulators/tme/Makefile | 21 |
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" |