Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff Makefile @ 478:ce46191f24d6
fbhyve: try to create an ABI-independent binary package
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 28 Aug 2024 09:20:51 +0200 |
| parents | 57f253106ed6 |
| children | 1d92e45a9558 |
line wrap: on
line diff
--- a/Makefile Wed Aug 28 09:08:32 2024 +0200 +++ b/Makefile Wed Aug 28 09:20:51 2024 +0200 @@ -14,7 +14,13 @@ EXTRACT_DEPENDS= hg:devel/mercurial RUN_DEPENDS= pkg:ports-mgmt/pkg -NO_ARCH= yes +# +# We want noarch **and** noabi because we do not have compiled +# binaries and are independent of the major OS version. +# +#NO_ARCH= yes +PKG_ENV+= ABI="freebsd:*:*" + WRKSRC= ${WRKDIR}/local-bsdtools OPTIONS_DEFINE= DOCS
