bcd6c37cc9
help and ok naddy@
36 lines
875 B
Makefile
36 lines
875 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/05/29 21:40:14 rui Exp $
|
|
|
|
DISTNAME= xps-4.2
|
|
CATEGORIES= sysutils x11
|
|
|
|
MASTER_SITES= http://internap.dl.sourceforge.net/sourceforge/motif-pstree/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xext Xmu Xt c kvm
|
|
|
|
COMMENT= "graphically display and update dynamically the process tree"
|
|
|
|
HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \
|
|
--with-motif-libs=${LOCALBASE}/lib
|
|
|
|
USE_X11= Yes
|
|
USE_MOTIF= any
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKBUILD}/src/xps ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKBUILD}/doc/xps.1 ${PREFIX}/man/man1/xps.1
|
|
${INSTALL_DATA} ${WRKBUILD}/src/Xps \
|
|
${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include <bsd.port.mk>
|