a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
37 lines
888 B
Makefile
37 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.39 2013/05/31 12:41:01 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= tme-0.8
|
|
PKGREVISION= 16
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://csail.mit.edu/~fredette/tme/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
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 "../../mk/compiler.mk"
|
|
.if !empty(PKGSRC_COMPILER:Mclang)
|
|
_WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-compare \
|
|
-Wno-error=sometimes-uninitialized
|
|
.endif
|
|
|
|
|
|
.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"
|