openbsd-ports/x11/mxconns/Makefile

34 lines
763 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2011/04/10 18:02:55 jasper Exp $
COMMENT= interactive X11 proxy with selective X request replacement
2000-03-16 22:17:02 -05:00
DISTNAME= mxconns-3.1.8
REVISION= 1
2000-03-16 22:17:02 -05:00
CATEGORIES= x11 security
2002-10-29 14:48:57 -05:00
HOMEPAGE= http://cern.ch/mxconns/
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
2000-03-16 22:17:02 -05:00
# Restrictive
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
WANTLIB= X11 Xau Xext Xpm Xt c m Xm
2000-03-16 22:17:02 -05:00
LIB_DEPENDS+= x11/openmotif
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= -optim "${CFLAGS}" -debug
MAKE_FLAGS = MOTIF_LIB="${MOTIFLIB} -lm -lXm"
2000-03-16 22:17:02 -05:00
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
2000-03-16 22:17:02 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/mxconns ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/mxconns.man \
2000-03-16 22:17:02 -05:00
${PREFIX}/man/man1/mxconns.1
.include <bsd.port.mk>