pkgsrc/sysutils/pstree/Makefile
mef 0d973b2140 (pkgsrc)
- Add LICENSE as gnu-gpl-v1, add comment on patch
(upstream)
 - Update 2.36 to 2.39
   -------------------
 * Revision 2.39  2015/05/13 12:24:47  fred
 * Summary: Don't use uninitialized structs when ioctl() fails, e.g. if run with stdout
 * redirected. Problem reported by Jan Stary.
 *
 * Revision 2.38  2015/04/20 14:50:42  fred
 * Summary: Added patch for AIX61 contributed by Michael Staats
 *
 * Revision 2.37  2015/04/20 10:15:29  fred
 * Summary: V2.36
2016-02-09 14:27:57 +00:00

25 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.28 2016/02/09 14:27:57 mef Exp $
#
DISTNAME= pstree-2.39
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/
LICENSE= gnu-gpl-v1
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"