From 23fe9ead1d30553c4f3f890748f0e918386b018d Mon Sep 17 00:00:00 2001 From: brad Date: Tue, 13 Mar 2001 14:51:54 +0000 Subject: [PATCH] - LIB_DEPENDS -> USE_MOTIF - respect CFLAGS - install -> ${INSTALL_PROGRAM}/${INSTALL_MAN} --- x11/mxconns/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/x11/mxconns/Makefile b/x11/mxconns/Makefile index 53c6687bb26..7664610f730 100644 --- a/x11/mxconns/Makefile +++ b/x11/mxconns/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2000/10/22 22:52:34 dbt Exp $ +# $OpenBSD: Makefile,v 1.7 2001/03/13 14:51:54 brad Exp $ DISTNAME= mxconns-3.1.4 CATEGORIES= x11 security -NEED_VERSION= 1.305 +NEED_VERSION= 1.336 MASTER_SITES= http://c.home.cern.ch/c/cons/www/mxconns/ +EXTRACT_SUFX= .tgz MAINTAINER= David Terrell @@ -12,14 +13,13 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= "no fee" PERMIT_DISTFILES_FTP= Yes -LIB_DEPENDS= Xm.1::x11/lesstif - -CONFIGURE_STYLE= simple -EXTRACT_SUFX= .tgz +USE_MOTIF= Yes +CONFIGURE_STYLE= simple +CONFIGURE_ARGS= -optim "${CFLAGS}" do-install: - install -c -o root -g bin -m 555 ${WRKBUILD}/mxconns ${PREFIX}/bin/mxconns - install -c -o root -g bin -m 444 ${WRKBUILD}/mxconns.man \ + ${INSTALL_PROGRAM} ${WRKBUILD}/mxconns ${PREFIX}/bin + ${INSTALL_MAN} ${WRKBUILD}/mxconns.man \ ${PREFIX}/man/man1/mxconns.1 .include