blob: fa29f376521088d25d7a8780583117308f690939 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.2 2004/02/06 08:53:41 skrll 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_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --disable-debug
.include "../../devel/libtool/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|