blob: 84cbfcad40e962a07553e7f29eb40e95e866fdf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.4 2004/04/19 00:36:28 wiz Exp $
#
DISTNAME= tme-0.2
PKGREVISION= 1
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_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --disable-debug
.include "../../devel/libtool/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|