pkgsrc/sysutils/xps/Makefile
hubertf e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00

19 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.12 2001/03/27 03:20:18 hubertf 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-5.*:../../lang/perl5
USE_GMAKE= # defined
USE_X11BASE= # defined
USE_MOTIF= # defined
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"