mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4bcc7399a3
Deprecate various xorg apps, they have all been deprecated upstream. Remove the dependency in xorg-apps as needed. List of deprecated apps: xprehashprinterlist xrx xsetmode xsetpointer
24 lines
420 B
Makefile
24 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xrx
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= RX helper program
|
|
|
|
DEPRECATED= Deprecated upstream
|
|
EXPIRATION_DATE=2019-10-15
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xt xext xtrans xorgproto xau xaw ice
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|mozilla-plugin|disabled-libxul-plugin|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|