diff options
author | jmmv <jmmv@FreeBSD.org> | 2014-01-12 22:17:10 +0000 |
---|---|---|
committer | jmmv <jmmv@FreeBSD.org> | 2014-01-12 22:17:10 +0000 |
commit | eff1b628084b6d90e8a5d92ef7e560aa14aaf34c (patch) | |
tree | 70b412e5a69293d3281db444c83fc617d1820ddb /contrib/atf/atf-sh | |
parent | 50adf2d217f460c575055068c411e5932093fdf5 (diff) | |
parent | b849e3606cf0dc725ff02712cd92907131c0188c (diff) | |
download | FreeBSD-src-eff1b628084b6d90e8a5d92ef7e560aa14aaf34c.zip FreeBSD-src-eff1b628084b6d90e8a5d92ef7e560aa14aaf34c.tar.gz |
Add atf pkg-config files from the vendor branch.
These were originally deleted by mistake (because they were not yet being
installed) and are actually necessary.
This should have been part of r260576 but I missed committing this
directory.
MFC after: 5 days
Diffstat (limited to 'contrib/atf/atf-sh')
-rw-r--r-- | contrib/atf/atf-sh/atf-sh.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/atf/atf-sh/atf-sh.pc.in b/contrib/atf/atf-sh/atf-sh.pc.in new file mode 100644 index 0000000..930dc4c --- /dev/null +++ b/contrib/atf/atf-sh/atf-sh.pc.in @@ -0,0 +1,8 @@ +# ATF pkg-config file + +exec_prefix=__EXEC_PREFIX__ +interpreter=${exec_prefix}/bin/atf-sh + +Name: atf-sh +Description: Automated Testing Framework (POSIX shell binding) +Version: __ATF_VERSION__ |