Makefile 538 B

1234567891011121314151617181920212223242526
  1. # $OpenBSD: Makefile,v 1.47 2016/11/01 22:26:18 gonzalo Exp $
  2. COMMENT= lightweight Emacs clone
  3. DISTNAME= zile-2.4.13
  4. CATEGORIES= editors
  5. HOMEPAGE= https://www.gnu.org/software/zile/
  6. MAINTAINER= Gonzalo L. R. <gonzalo@openbsd.org>
  7. # GPLv3+
  8. PERMIT_PACKAGE_CDROM= Yes
  9. MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
  10. WANTLIB += c gc ncursesw pthread
  11. LIB_DEPENDS= devel/boehm-gc
  12. BUILD_DEPENDS= devel/help2man
  13. CONFIGURE_STYLE=gnu
  14. CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
  15. CPPFLAGS="-I${LOCALBASE}/include"
  16. .include <bsd.port.mk>