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