openbsd-ports/sysutils/xps/Makefile

36 lines
854 B
Makefile
Raw Normal View History

2004-12-20 05:35:34 -05:00
# $OpenBSD: Makefile,v 1.8 2004/12/20 10:35:36 alek Exp $
DISTNAME= xps-3.21
CATEGORIES= sysutils x11
MASTER_SITES= ftp://netwinder.org/users/r/rocky/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-20 05:35:34 -05:00
WANTLIB= ICE SM X11 Xext Xmu Xt c kvm util
2001-05-09 00:31:18 -04:00
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
2002-10-28 14:53:43 -05:00
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/xps ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/docs/xps.man ${PREFIX}/man/man1/xps.1
${INSTALL_DATA} ${WRKBUILD}/Xps \
${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>