pkgsrc/emulators/tme/Makefile

34 lines
856 B
Makefile

# $NetBSD: Makefile,v 1.26 2011/11/01 06:01:10 sbd Exp $
#
DISTNAME= tme-0.8
PKGREVISION= 6
CATEGORIES= emulators
MASTER_SITES= http://csail.mit.edu/~fredette/tme/
MAINTAINER= skrll@NetBSD.org
# Please do not assign PR's for this package to skrll.
# Instead, assign them to the package author, fredette.
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
HOMEPAGE= http://csail.mit.edu/~fredette/tme/
COMMENT= The Machine Emulator
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= gmake perl:run pkg-config
CONFIGURE_ARGS+= --disable-debug
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../devel/libltdl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"