openbsd-ports/security/gpgme/Makefile
ajacoutot f8fa5b2537 Long overdue update to gpgme-1.3.1.
ok rpointel@ jasper@
2011-08-30 06:43:07 +00:00

49 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.25 2011/08/30 06:43:07 ajacoutot Exp $
COMMENT= GnuPG Made Easy
DISTNAME= gpgme-1.3.1
CATEGORIES= security devel
SHARED_LIBS += gpgme 18.0 # 19.0
SHARED_LIBS += gpgme-pthread 18.0 # 19.0
HOMEPAGE= http://www.gnupg.org/gpgme.html
# GPLv2 - LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += assuan gpg-error
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--with-gpg=${LOCALBASE}/bin/gpg \
--with-gpgsm=no \
--with-gpgconf=no \
--with-g13=no \
--without-pth \
--without-pth-test
MODULES= devel/gettext
RUN_DEPENDS= security/gnupg
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= security/libgpg-error>=1.4 \
security/libassuan
# needed for the regression tests
USE_GMAKE= Yes
USE_LIBTOOL= Yes
pre-configure:
perl -pi -e 's,-lpthread,-pthread,g' \
${WRKSRC}/{configure,src/Makefile.in,src/gpgme-config.in}
.include <bsd.port.mk>