Makefile 432 B

123456789101112131415161718192021
  1. # $OpenBSD: Makefile,v 1.7 2017/04/10 11:45:27 sthen Exp $
  2. COMMENT = text editor inspired by Norton Commander
  3. DISTNAME = le-1.16.3
  4. REVISION = 0
  5. CATEGORIES = editors
  6. HOMEPAGE = http://lav.yar.ru/programs.html
  7. MAINTAINER = Ivan Ivanov <rambiusparkisanius@gmail.com>
  8. # GPLv3+
  9. PERMIT_PACKAGE_CDROM = Yes
  10. WANTLIB += c m ncursesw ${LIBCXX}
  11. MASTER_SITES = http://lav.yar.ru/download/le/
  12. CONFIGURE_STYLE = gnu
  13. .include <bsd.port.mk>