blob: 8285370d14666b1a02f5797a4ffc1db19a0e5b74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.26 2004/10/03 00:18:17 tv Exp $
DISTNAME= xps-3.14
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.netwinder.org/users/r/rocky/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/
COMMENT= Displays the Unix process list as a hierarchical tree
GNU_CONFIGURE= # defined
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_PERL5= build
USE_X11BASE= # defined
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|