blob: 07271b91158e12464e15e5c05e765f4490a931ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= scripts
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Various X related scripts
WWW= https://cgit.freedesktop.org/xorg/app/scripts
RUN_DEPENDS= ksh:shells/pdksh
USES= shebangfix xorg xorg-cat:app
USE_XORG= x11
post-patch:
@${REINPLACE_CMD} -e 's|XCOMM!/bin/ksh|XCOMM!${ksh_CMD}|' ${WRKSRC}/xauth_switch_to_sun-des-1.cpp
.include <bsd.port.mk>
|