2001-07-06 14:15:29 -04:00
|
|
|
# New ports collection makefile for: gpgme
|
|
|
|
# Date created: 15 June 2001
|
|
|
|
# Whom: teramoto@comm.eng.osaka-u.ac.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpgme
|
2004-01-06 09:18:02 -05:00
|
|
|
PORTVERSION= 0.3.16
|
2004-02-04 00:10:27 -05:00
|
|
|
PORTREVISION= 1
|
2001-07-06 14:15:29 -04:00
|
|
|
CATEGORIES= security
|
2003-02-15 07:17:21 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
|
|
|
MASTER_SITE_SUBDIR= gpgme
|
2001-07-06 14:15:29 -04:00
|
|
|
|
2002-12-12 03:44:23 -05:00
|
|
|
MAINTAINER= markun@onohara.to
|
2003-02-21 08:28:59 -05:00
|
|
|
COMMENT= A library to make access to GnuPG easier
|
2001-07-06 14:15:29 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
2003-02-17 13:14:00 -05:00
|
|
|
LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth
|
2001-07-06 14:15:29 -04:00
|
|
|
|
2004-03-14 01:17:56 -05:00
|
|
|
USE_LIBTOOL_VER=13
|
2001-07-06 14:15:29 -04:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2004-01-06 09:18:02 -05:00
|
|
|
INFO= gpgme
|
|
|
|
|
2003-05-18 19:28:15 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if exists(${LOCALBASE}/bin/gpgsm)
|
|
|
|
WITH_GPGSM= yes
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_GPGSM)
|
|
|
|
BUILD_DEPENDS+= gpgsm:${PORTSDIR}/security/newpg
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-gpgsm
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|