22 lines
586 B
Makefile
22 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.36 2008/07/14 12:56:13 joerg Exp $
|
|
|
|
DISTNAME= xps-4.2
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=motif-pstree/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://motif-pstree.sourceforge.net/
|
|
COMMENT= Displays the Unix process list as a hierarchical tree
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake perl
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
post-extract:
|
|
${LN} -s FreeBSD ${WRKSRC}/src/DragonFly
|
|
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|