flex: fix bootstrap on NetBSD from upstream
[openadk.git] / package / recordproto / Makefile
blob708274d5d9d3159dd0397728fe411f7591c5a021
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= recordproto
7 PKG_VERSION:= 1.14.2
8 PKG_RELEASE:= 1
9 PKG_DESCR:= record extension headers
10 PKG_SECTION:= dev/header
11 PKG_BUILDDEP:= recordproto-host
12 PKG_HASH:= 485f792570dd7afe49144227f325bf2827bc7d87aae6a8ab6c1de2b06b1c68c5
13 PKG_SITES:= http://www.x.org/releases/individual/proto/
14 PKG_OPTS:= dev devonly
16 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
18 include $(ADK_TOPDIR)/mk/host.mk
19 include $(ADK_TOPDIR)/mk/package.mk
21 $(eval $(call HOST_template,RECORDPROTO,recordproto,$(PKG_VERSION)-${PKG_RELEASE}))
22 $(eval $(call PKG_template,RECORDPROTO,recordproto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
24 HOST_STYLE:= auto
26 include ${ADK_TOPDIR}/mk/host-bottom.mk
27 include ${ADK_TOPDIR}/mk/pkg-bottom.mk