31 lines
652 B
Makefile
31 lines
652 B
Makefile
# $OpenBSD: Makefile,v 1.8 2002/09/06 12:42:45 couderc Exp $
|
|
|
|
COMMENT= "GnuPG Made Easy"
|
|
|
|
DISTNAME= gpgme-0.3.8
|
|
CATEGORIES= security devel
|
|
|
|
HOMEPAGE= http://www.gnupg.org/gpgme.html
|
|
|
|
MAINTAINER= Damien Couderc <couderc@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --without-gpgsm
|
|
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
|
|
|
BUILD_DEPENDS= :gnupg-*:security/gnupg
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
pre-build:
|
|
@rm -f ${WRKSRC}/doc/gpgme.info*
|
|
|
|
.include <bsd.port.mk>
|