pkgsrc/sysutils/xps/Makefile
jlam dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00

22 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.17 2001/10/23 13:15:03 jlam Exp $
DISTNAME= xps-3.14
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.netwinder.org/users/r/rocky/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/
COMMENT= displays the Unix process list as a hierarchical tree
BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
USE_GMAKE= # defined
USE_X11BASE= # defined
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= XINCLUDES="-I${BUILDLINK_X11_DIR}/include"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/motif.buildlink.mk"
.include "../../mk/bsd.pkg.mk"