- LIB_DEPENDS -> USE_MOTIF

- respect CFLAGS
- install -> ${INSTALL_PROGRAM}/${INSTALL_MAN}
This commit is contained in:
brad 2001-03-13 14:51:54 +00:00
parent e46a1ede8b
commit 23fe9ead1d

View File

@ -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 <dbt@openbsd.org>
@ -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 <bsd.port.mk>