openbsd-ports/x11/mxconns/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

32 lines
685 B
Makefile

# $OpenBSD: Makefile,v 1.13 2003/10/08 17:13:17 sturm Exp $
COMMENT= "interactive X11 proxy with selective X request replacement"
DISTNAME= mxconns-3.1.4
CATEGORIES= x11 security
MASTER_SITES= http://c.home.cern.ch/c/cons/www/mxconns/
EXTRACT_SUFX= .tgz
MAINTAINER= David Terrell <dbt@openbsd.org>
# custom
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_MOTIF= any
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= -optim "${CFLAGS}"
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/mxconns ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/mxconns.man \
${PREFIX}/man/man1/mxconns.1
.include <bsd.port.mk>