ifmetric.mk 447 B

1234567891011121314
  1. ################################################################################
  2. #
  3. # ifmetric
  4. #
  5. ################################################################################
  6. IFMETRIC_VERSION = 0.3
  7. IFMETRIC_SITE = http://0pointer.de/lennart/projects/ifmetric
  8. IFMETRIC_LICENSE = GPL-2.0+
  9. IFMETRIC_LICENSE_FILES = LICENSE README
  10. # do not generate documentation
  11. IFMETRIC_CONF_OPTS = --disable-lynx --disable-xmltoman
  12. $(eval $(autotools-package))