Tweak x11/xrx version 1.0.4
[dports.git] / x11 / xrx / Makefile
1 # $FreeBSD: x11/xrx/Makefile 319055 2013-05-25 14:37:02Z zeising $
2
3 PORTNAME=       xrx
4 PORTVERSION=    1.0.4
5 CATEGORIES=     x11
6
7 MAINTAINER=     x11@FreeBSD.org
8 COMMENT=        RX helper program
9
10 XORG_CAT=       app
11 USE_XORG=       x11 xt xext xtrans xproxymngproto xau xaw ice
12 USE_LDCONFIG=   yes
13 USE_AUTOTOOLS=  libtool
14
15 MAN1=           xrx.1 libxrx.1
16
17 post-patch:
18         @${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \
19                 ${WRKSRC}/configure
20
21 .include <bsd.port.mk>