openbsd-ports/x11/mxconns/Makefile

26 lines
628 B
Makefile
Raw Normal View History

2000-10-22 18:52:34 -04:00
# $OpenBSD: Makefile,v 1.6 2000/10/22 22:52:34 dbt Exp $
2000-03-16 22:17:02 -05:00
DISTNAME= mxconns-3.1.4
CATEGORIES= x11 security
NEED_VERSION= 1.305
2000-05-15 17:58:40 -04:00
MASTER_SITES= http://c.home.cern.ch/c/cons/www/mxconns/
2000-03-16 22:17:02 -05:00
2000-10-22 18:52:34 -04:00
MAINTAINER= David Terrell <dbt@openbsd.org>
2000-03-16 22:17:02 -05:00
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= Xm.1::x11/lesstif
2000-03-16 22:17:02 -05:00
CONFIGURE_STYLE= simple
2000-03-16 22:17:02 -05:00
EXTRACT_SUFX= .tgz
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 \
${PREFIX}/man/man1/mxconns.1
.include <bsd.port.mk>