openbsd-ports/x11/mxconns/Makefile
2000-05-15 21:58:40 +00:00

27 lines
615 B
Makefile

# $OpenBSD: Makefile,v 1.4 2000/05/15 21:58:40 beck Exp $
DISTNAME= mxconns-3.1.4
CATEGORIES= x11 security
NEED_VERSION= 1.230
MASTER_SITES= http://c.home.cern.ch/c/cons/www/mxconns/
MAINTAINER= dbt@meat.net
PERMIT_PACKAGE_CDROM= "no fee"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no fee"
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= Xm.1::x11/lesstif
HAS_CONFIGURE= yes
EXTRACT_SUFX= .tgz
FAKE=Yes
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>