Makefile 482 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.23 2017/03/15 09:26:10 ajacoutot Exp $
  2. COMMENT= text-based calendar and scheduling application
  3. DISTNAME= calcurse-4.2.2
  4. EPOCH= 0
  5. CATEGORIES= productivity
  6. MAINTAINER= Frederic Culot <frederic@culot.org>
  7. HOMEPAGE= http://calcurse.org/
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB += c iconv intl m ncursesw pthread
  11. MASTER_SITES= ${HOMEPAGE}files/
  12. LIB_DEPENDS= devel/gettext
  13. CONFIGURE_STYLE=gnu
  14. CONFIGURE_ARGS= --without-asciidoc
  15. .include <bsd.port.mk>