comparison 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
comparison
equal deleted inserted replaced
477:3f187ec5c4d9 478:ce46191f24d6
12 LICENSE= BSD3CLAUSE 12 LICENSE= BSD3CLAUSE
13 13
14 EXTRACT_DEPENDS= hg:devel/mercurial 14 EXTRACT_DEPENDS= hg:devel/mercurial
15 RUN_DEPENDS= pkg:ports-mgmt/pkg 15 RUN_DEPENDS= pkg:ports-mgmt/pkg
16 16
17 NO_ARCH= yes 17 #
18 # We want noarch **and** noabi because we do not have compiled
19 # binaries and are independent of the major OS version.
20 #
21 #NO_ARCH= yes
22 PKG_ENV+= ABI="freebsd:*:*"
23
18 WRKSRC= ${WRKDIR}/local-bsdtools 24 WRKSRC= ${WRKDIR}/local-bsdtools
19 25
20 OPTIONS_DEFINE= DOCS 26 OPTIONS_DEFINE= DOCS
21 OPTIONS_SUB= yes 27 OPTIONS_SUB= yes
22 28