2002-03-17 21:33:08 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2002/03/17 21:33:08 couderc Exp $
|
2001-07-29 18:27:26 +00:00
|
|
|
|
|
|
|
COMMENT= "GnuPG Made Easy"
|
|
|
|
|
2002-03-17 21:33:08 +00:00
|
|
|
DISTNAME= gpgme-0.3.4
|
2001-07-29 18:27:26 +00:00
|
|
|
CATEGORIES= security devel
|
2002-03-17 21:33:08 +00:00
|
|
|
NEED_VERSION= 1.508
|
2001-07-29 18:27:26 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnupg.org/gpgme.html
|
|
|
|
|
2002-02-28 20:06:27 +00:00
|
|
|
MAINTAINER= Damien Couderc <couderc@openbsd.org>
|
2001-07-29 18:27:26 +00:00
|
|
|
|
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
|
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/alpha/gpgme/
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2002-03-17 21:33:08 +00:00
|
|
|
CONFIGURE_ARGS= --without-gpgsm
|
|
|
|
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
2001-07-29 18:27:26 +00:00
|
|
|
|
2001-11-06 23:25:37 +00:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-11-10 15:00:47 +00:00
|
|
|
RUN_DEPENDS= ::security/gnupg
|
2001-07-29 18:27:26 +00:00
|
|
|
|
2002-03-17 21:33:08 +00:00
|
|
|
pre-build:
|
|
|
|
@rm -f ${WRKSRC}/doc/gpgme.info*
|
|
|
|
|
2001-07-29 18:27:26 +00:00
|
|
|
.include <bsd.port.mk>
|