ftop.mk 347 B

12345678910111213
  1. ################################################################################
  2. #
  3. # ftop
  4. #
  5. ################################################################################
  6. FTOP_VERSION = 1.0
  7. FTOP_SITE = http://ftop.googlecode.com/files
  8. FTOP_DEPENDENCIES = ncurses
  9. FTOP_LICENSE = GPLv3+
  10. FTOP_LICENSE_FILES = COPYING
  11. $(eval $(autotools-package))