Makefile 806 B

123456789101112131415161718192021222324252627282930313233343536
  1. # $OpenBSD: Makefile,v 1.37 2017/04/09 12:02:47 jasper Exp $
  2. COMMENT= configuration editing tool and API
  3. DISTNAME= augeas-1.8.0
  4. CATEGORIES= sysutils devel
  5. SHARED_LIBS += augeas 0.2 # 22.0
  6. SHARED_LIBS += fa 0.0 # 5.4
  7. MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
  8. HOMEPAGE= http://augeas.net/
  9. # LGPLv2.1+
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c iconv lzma m ncurses pthread readline xml2 z
  12. MASTER_SITES= http://download.augeas.net/
  13. LIB_DEPENDS= converters/libiconv \
  14. textproc/libxml
  15. USE_GMAKE= Yes
  16. CONFIGURE_STYLE= gnu
  17. CONFIGURE_ARGS+= --enable-compile-warnings=yes
  18. CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
  19. LDFLAGS="-L${LOCALBASE}/lib"
  20. pre-configure:
  21. ${SUBST_CMD} ${WRKSRC}/man/augparse.1
  22. .include <bsd.port.mk>