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 $(TOPDIR
)/rules.mk
6 PKG_NAME
:= font-bitstream-100dpi
9 PKG_MD5SUM
:= 823c3c2a1a2307bdca5961145e3db37d
11 PKG_SECTION
:= x11
/fonts
12 PKG_BUILDDEP
:= font-util
13 PKG_URL
:= http
://www.x.org
/
14 PKG_SITES
:= ${MASTER_SITE_XORG}
16 PKG_HOST_DEPENDS
:= !netbsd
!openbsd
!cygwin
!freebsd
!mirbsd
18 include $(TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,FONT_BITSTREAM_100DPI
,$(PKG_NAME
),$(PKG_VERSION
)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 $(INSTALL_DIR
) $(IDIR_FONT_BITSTREAM_100DPI
)/usr
/share
/fonts
/X11
/100dpi
24 $(CP
) ${WRKINST}/usr
/share
/fonts
/X11
/100dpi
/* \
25 $(IDIR_FONT_BITSTREAM_100DPI
)/usr
/share
/fonts
/X11
/100dpi
27 include ${TOPDIR}/mk
/pkg-bottom.mk