Makefile 746 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.2 2017/05/22 09:24:24 ajacoutot Exp $
  2. COMMENT= MIME messages creation and parsing library
  3. GNOME_PROJECT= gmime
  4. GNOME_VERSION= 3.0.1
  5. PKGNAME= gmime30-${GNOME_VERSION}
  6. SHARED_LIBS += gmime-3.0 0.1 # 0.1
  7. CATEGORIES= mail devel
  8. HOMEPAGE= http://spruce.sourceforge.net/gmime/
  9. MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
  10. # LGPLv2.1
  11. PERMIT_PACKAGE_CDROM= Yes
  12. WANTLIB += assuan ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
  13. WANTLIB += gpg-error gpgme-pthread gthread-2.0 iconv idn intl
  14. WANTLIB += pcre pthread z
  15. MODULES= x11/gnome
  16. MODGNOME_TOOLS= gobject-introspection vala
  17. LIB_DEPENDS= devel/glib2 \
  18. devel/libidn \
  19. security/gpgme
  20. CONFIGURE_STYLE= gnu
  21. .include <bsd.port.mk>