37 lines
903 B
Makefile
37 lines
903 B
Makefile
# $OpenBSD: Makefile,v 1.20 2011/09/16 11:41:40 espie Exp $
|
|
|
|
DISTNAME= xps-4.2
|
|
REVISION= 6
|
|
CATEGORIES= sysutils x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_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 Xm
|
|
|
|
COMMENT= graphically display and dynamically update the process tree
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --x-includes=${LOCALBASE}/include \
|
|
--with-motif-libs=${LOCALBASE}/lib
|
|
CONFIGURE_ENV= LDFLAGS=-lm
|
|
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
|
|
|
|
LIB_DEPENDS+= x11/openmotif
|
|
USE_GROFF= Yes
|
|
|
|
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>
|