openbsd-ports/sysutils/xps/Makefile

38 lines
935 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.14 2010/10/24 21:36:04 ajacoutot Exp $
DISTNAME= xps-4.2
PKGNAME= ${DISTNAME}p1
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 m
COMMENT= graphically display and update dynamically the process tree
2001-05-09 00:31:18 -04:00
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
CONFIGURE_ENV= LDFLAGS=-lm
USE_MOTIF= any
2010-10-19 03:43:00 -04:00
USE_GROFF = Yes
2002-10-28 14:53:43 -05:00
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>