pkgsrc/sysutils/xps/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

22 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.42 2013/05/31 12:42:05 wiz Exp $
DISTNAME= xps-4.2
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=motif-pstree/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://motif-pstree.sourceforge.net/
COMMENT= Displays the Unix process list as a hierarchical tree
USE_TOOLS+= gmake perl pod2man pod2html
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults
CFLAGS.NetBSD+= -D_KMEMUSER
post-extract:
${LN} -s FreeBSD ${WRKSRC}/src/DragonFly
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"