2001-05-07 01:38:33 -04:00
|
|
|
# Ports collection makefile for: xps
|
|
|
|
# Version required: 1.2
|
|
|
|
# Date created: 28 April 2001
|
|
|
|
# Whom: Angelos D. Keromytis (angelos@openbsd.org)
|
|
|
|
#
|
2001-05-09 00:31:18 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2001/05/09 04:31:18 angelos Exp $
|
2001-05-07 01:38:33 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xps-3.21
|
|
|
|
CATEGORIES= sysutils x11
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://netwinder.org/users/r/rocky/
|
|
|
|
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-05-09 00:31:18 -04:00
|
|
|
COMMENT= "graphically display and update dynamically the process tree"
|
|
|
|
|
2001-05-07 01:38:33 -04:00
|
|
|
HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/
|
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --x-includes=/usr/local/include \
|
|
|
|
--with-motif-libs=/usr/local/lib
|
|
|
|
|
|
|
|
USE_X11= Yes
|
2001-05-07 22:47:22 -04:00
|
|
|
USE_MOTIF= any
|
2001-05-07 01:38:33 -04:00
|
|
|
|
|
|
|
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>
|