Makefile 394 B

12345678910111213
  1. # See /LICENSE for more information.
  2. # This is free software, licensed under the Apache License, Version 2.0 .
  3. #
  4. include $(TOPDIR)/rules.mk
  5. LUCI_TITLE:=LuCI app for email server configuration (EmailRelay)
  6. LUCI_DEPENDS:=+luci-base +emailrelay
  7. PKG_LICENSE:=Apache-2.0
  8. PKG_MAINTAINER:=Sergey Ponomarev <stokito@gmail.com>
  9. include ../../luci.mk
  10. # call BuildPackage - OpenWrt buildroot signature