aboutsummaryrefslogtreecommitdiff
path: root/security/gpgme/Makefile
blob: 88c6cfd830323c84be03bd4afa3751d2d94e8002 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	gpgme
# Date created:		15 June 2001
# Whom:			teramoto@comm.eng.osaka-u.ac.jp
#
# $FreeBSD$
#

PORTNAME=	gpgme
PORTVERSION=	0.3.14
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=	gpgme

MAINTAINER=	markun@onohara.to

BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
LIB_DEPENDS=	pth.20:${PORTSDIR}/devel/pth

USE_LIBTOOL=	yes
CONFIGURE_ARGS=	--without-gpgsm
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
USE_GMAKE=	yes
INSTALLS_SHLIB=	yes

pre-configure:
	@${RM} -r ${WRKSRC}/doc/gpgme.info*

.include <bsd.port.mk>