added the initial version of the XOrg support. still lots of cleaning up that needs...
[openwrt/svn-archive/archive.git] / XOrg / font / font-dec-misc-X11R7.0 / Makefile
1 include $(TOPDIR)/rules.mk
2
3 PKG_BASE_NAME:=font
4 PKG_NAME:=font-dec-misc-X11R7.0
5 PKG_RELEASE:=1
6 PKG_VERSION:=1.0.0
7
8 _DEPEND:=
9
10 include ../common.mk
11
12 ifeq ("$(PKG_NAME)","font-util-X11R7.1")
13 define Build/Compile
14 $(MAKE) -C $(PKG_BUILD_DIR)/
15 endef
16 endif
17
18 $(eval $(call BuildPackage,$(PKG_NAME)))