diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 19:43:24 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 21:44:42 +0200 |
commit | 9f623e9835ecc039afc210410f334e544de018e0 (patch) | |
tree | 35f473a75bf1971fddd6d22f9451d9e516414b2b /package/font-util | |
parent | 74a9ad0cb9aa4524928cb640898fe0403b456861 (diff) |
misc fixes for cog
Diffstat (limited to 'package/font-util')
-rw-r--r-- | package/font-util/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/font-util/Makefile b/package/font-util/Makefile index 5b9289f89..eeb265a28 100644 --- a/package/font-util/Makefile +++ b/package/font-util/Makefile @@ -14,8 +14,10 @@ PKG_SITES:= http://www.x.org/releases/individual/font/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +include ${ADK_TOPDIR}/mk/host.mk include ${ADK_TOPDIR}/mk/package.mk +$(eval $(call HOST_template,FONT_UTIL,font-util,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,FONT_UTIL,font-util,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) # XXX: Push the mapping files to a place where we can find them @@ -38,4 +40,5 @@ font-util-install: ${CP} ${WRKINST}/usr/share/fonts/X11/util/* \ ${IDIR_FONT_UTIL}/usr/share/fonts/X11/util +include ${ADK_TOPDIR}/mk/host-bottom.mk include ${ADK_TOPDIR}/mk/pkg-bottom.mk |