Makefile 761 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # $OpenBSD: Makefile,v 1.57 2017/04/25 09:00:26 ajacoutot Exp $
  2. PORTROACH= limit:^2\.6
  3. COMMENT= MIME messages creation and parsing library
  4. GNOME_PROJECT= gmime
  5. GNOME_VERSION= 2.6.23
  6. REVISION= 0
  7. SHARED_LIBS += gmime-2.6 0.2 # 623.0
  8. CATEGORIES= mail devel
  9. HOMEPAGE= http://spruce.sourceforge.net/gmime/
  10. MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
  11. # LGPLv2
  12. PERMIT_PACKAGE_CDROM= Yes
  13. WANTLIB += assuan ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
  14. WANTLIB += gpg-error gpgme-pthread gthread-2.0 iconv intl pcre
  15. WANTLIB += pthread z
  16. MODULES= x11/gnome
  17. MODGNOME_TOOLS= gobject-introspection vala
  18. LIB_DEPENDS= devel/glib2 \
  19. security/gpgme
  20. CONFIGURE_STYLE= gnu
  21. CONFIGURE_ARGS= --disable-mono
  22. .include <bsd.port.mk>