Makefile 831 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # $OpenBSD: Makefile,v 1.10 2016/11/04 11:35:20 sthen Exp $
  2. COMMENT= RDF Query Library for Redland
  3. DISTNAME= rasqal-0.9.33
  4. CATEGORIES= textproc
  5. REVISION= 1
  6. SHARED_LIBS += rasqal 2.0 # 3.0
  7. HOMEPAGE= http://librdf.org/rasqal/
  8. MASTER_SITES= http://download.librdf.org/source/
  9. # LGPL 2.1+, GPL 2+ or Apache 2+
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c crypto curl gcrypt gmp gpg-error lzma m mpfr nghttp2 pcre
  12. WANTLIB += pthread raptor2 ssl uuid xml2 xslt yajl z
  13. MODULES= devel/gettext
  14. LIB_DEPENDS= devel/mpfr \
  15. devel/pcre \
  16. security/libgcrypt \
  17. sysutils/e2fsprogs \
  18. textproc/raptor
  19. SEPARATE_BUILD= Yes
  20. AUTOCONF_VERSION= 2.69
  21. CONFIGURE_STYLE= autoconf
  22. CONFIGURE_ARGS= --with-digest-library=gcrypt \
  23. --with-mpfr=${LOCALBASE} \
  24. --with-random-approach=random
  25. .include <bsd.port.mk>