1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11/xauth/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
487 B
Makefile

PORTNAME= xauth
PORTVERSION= 1.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X authority file utility
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= cmdtest:devel/py-cmdtest
USES= shebangfix xorg xorg-cat:app
USE_XORG= x11 xau xext xmuu
INSTALL_TARGET= install-strip
TEST_TARGET= check
SHEBANG_FILES= ${WRKSRC}/tests/*.script
SHEBANG_LANG= nobash
nobash_OLD_CMD= /bin/bash
nobash_CMD= /bin/sh
PLIST_FILES= bin/xauth man/man1/xauth.1.gz
.include <bsd.port.mk>