blob: 3010b3963b30875dfd5a4e60dac89c6460e3c393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.11 2001/02/17 17:42:23 wiz 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= ${PERL5}:../../lang/perl5-base
USE_GMAKE= # defined
USE_X11BASE= # defined
USE_MOTIF= # defined
GNU_CONFIGURE= # defined
.include "../../mk/bsd.pkg.mk"
|