Upstream changes: * Revision 2.33 2009-11-10 22:12:39+01 fred * Added UTF8, enlarged MAXLINE
26 lines
678 B
Makefile
26 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.24 2010/01/16 15:28:57 sno Exp $
|
|
#
|
|
|
|
DISTNAME= pstree-2.33
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/
|
|
# http://fresh.t-systems-sfr.com/unix/src/misc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Display processes in a tree
|
|
HOMEPAGE= http://www.thp.uni-duisburg.de/pstree/
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
INSTALLATION_DIRS= bin share/doc/proctree
|
|
|
|
do-build:
|
|
cd ${WRKSRC}; ${CC} ${CFLAGS} -o pstree pstree.c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pstree ${DESTDIR}${PREFIX}/bin/proctree
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/proctree
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|