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