[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / sysutils / xps

File: [local] / ports / sysutils / xps / Makefile (download)

Revision 1.29, Wed Sep 27 17:16:37 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.28: +1 -1 lines

MASTER_SITES -> SITES

DISTNAME=       xps-4.2
REVISION=	10
CATEGORIES=     sysutils x11

SITES=		${SITE_SOURCEFORGE:=motif-pstree/}

PERMIT_PACKAGE=	Yes

WANTLIB=		ICE SM X11 Xext Xmu Xt c kvm m Xm elf

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/motif

NO_TEST=		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>