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