Makefile 649 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.3 2017/04/30 10:36:43 ajacoutot Exp $
  2. COMMENT= network-related giomodule for GLib using openssl
  3. GNOME_VERSION= 2.50.2
  4. GNOME_PROJECT= glib-openssl
  5. REVISION= 1
  6. CATEGORIES= security net
  7. MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
  8. # LGPLv2
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB += crypto ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
  11. WANTLIB += iconv intl pcre pthread ssl z
  12. MODULES= x11/gnome
  13. LIB_DEPENDS= devel/glib2
  14. TEST_DEPENDS= ${BASE_PKGPATH}
  15. CONFIGURE_STYLE= gnu
  16. CONFIGURE_ARGS= --with-ca-certificates=/etc/ssl/cert.pem
  17. post-install:
  18. rm ${PREFIX}/lib/gio/modules/*.{a,la}
  19. .include <bsd.port.mk>