6dc312169e
plug to the test framework unGNUify the testsuite
27 lines
467 B
Makefile
27 lines
467 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xauth
|
|
PORTVERSION= 1.0.10
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X authority file utility
|
|
|
|
LICENSE= MIT
|
|
|
|
TEST_DEPENDS= cmdtest:devel/py-cmdtest
|
|
|
|
USES= shebangfix
|
|
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>
|