pkgsrc/sysutils/pstree/Makefile
sno baedfc2b2a Updating sysutils/pstree from 2.32nb1 to 2.33.
Upstream changes:
 * Revision 2.33  2009-11-10 22:12:39+01  fred
 * Added UTF8, enlarged MAXLINE
2010-01-16 15:28:57 +00:00

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"