pkgsrc/sysutils/strace/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00

39 lines
863 B
Makefile

# $NetBSD: Makefile,v 1.21 2013/05/31 12:42:05 wiz Exp $
#
DISTNAME= strace-4.5.15
PKGREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=strace/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= christos@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/strace/
COMMENT= Trace system calls
LICENSE= modified-bsd
# NetBSD < 3.99.16
NOT_FOR_PLATFORM= NetBSD-[012]*-* NetBSD-3.[0-9][._]*-* \
NetBSD-3.99.[0-9]-* NetBSD-3.99.1[0-5]-*
NOT_FOR_PLATFORM+= DragonFly-*-*
GNU_CONFIGURE= yes
REPLACE_PERL= strace-graph
USE_TOOLS+= perl:run
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
USE_TOOLS+= autoconf
pre-configure:
cd ${WRKSRC} && autoconf
.endif
.if ${OPSYS} == "NetBSD"
MAKE_ENV+= NETBSD_SRCDIR=${BSD_SRCDIR:Q}
pre-configure:
${CP} -f ${WRKSRC}/syscalls.pl ${WRKSRC}/netbsd
.endif
.include "../../mk/bsd.pkg.mk"