2010-08-25 06:34:50 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2010/08/25 06:34:51 ajacoutot Exp $
|
2001-07-29 18:27:26 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= GnuPG Made Easy
|
2001-07-29 18:27:26 +00:00
|
|
|
|
2007-12-16 22:20:52 +00:00
|
|
|
DISTNAME= gpgme-1.1.5
|
2010-08-25 06:34:50 +00:00
|
|
|
REVISION= 1
|
2001-07-29 18:27:26 +00:00
|
|
|
CATEGORIES= security devel
|
2007-12-16 22:20:52 +00:00
|
|
|
SHARED_LIBS= gpgme-pthread 17.0 \
|
|
|
|
gpgme 17.0
|
2001-07-29 18:27:26 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnupg.org/gpgme.html
|
|
|
|
|
2001-11-06 23:25:37 +00:00
|
|
|
# GPL
|
2001-07-29 18:27:26 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-03-13 13:01:26 +00:00
|
|
|
WANTLIB= pthread
|
2001-07-29 18:27:26 +00:00
|
|
|
|
2002-12-15 14:48:09 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/
|
2001-07-29 18:27:26 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2002-03-17 21:33:08 +00:00
|
|
|
CONFIGURE_ARGS= --without-gpgsm
|
2001-07-29 18:27:26 +00:00
|
|
|
|
2005-03-13 13:01:26 +00:00
|
|
|
MODULES= devel/gettext
|
2010-08-25 06:34:50 +00:00
|
|
|
RUN_DEPENDS= :gnupg-<2:security/gnupg
|
2004-06-26 07:35:05 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2007-12-16 22:20:52 +00:00
|
|
|
LIB_DEPENDS= gpg-error:libgpg-error->=1.4:security/libgpg-error
|
2001-07-29 18:27:26 +00:00
|
|
|
|
2005-12-24 22:32:53 +00:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
2001-07-29 18:27:26 +00:00
|
|
|
.include <bsd.port.mk>
|