46cb35fc19
- As per the recent discussion switch to the FreeBSD upstream - For now resetting MAINTAINER to myself with ci@ hat on but anyone from ci@ feel free to commit - Pet port{clippy|fmt} PR: 276071 Approved by: jmmv (private mail)
31 lines
586 B
Makefile
31 lines
586 B
Makefile
PORTNAME= atf
|
|
PORTVERSION= 0.21
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= C, C++ and shell libraries to write ATF-compliant test programs
|
|
WWW= https://github.com/jmmv/atf/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= autoreconf libtool pathfix
|
|
USE_CXXSTD= gnu++11
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= freebsd
|
|
GH_TAGNAME= 55c21b2
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= DOCS TEST
|
|
OPTIONS_DEFAULT=TEST
|
|
OPTIONS_SUB= yes
|
|
|
|
DOCS_MAKE_ARGS_OFF= doc_DATA=
|
|
|
|
post-install-TEST-off:
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/tests
|
|
|
|
.include <bsd.port.mk>
|