2001-07-06 20:15:29 +02:00
|
|
|
# New ports collection makefile for: gpgme
|
|
|
|
# Date created: 15 June 2001
|
|
|
|
# Whom: teramoto@comm.eng.osaka-u.ac.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpgme
|
2003-01-30 18:27:51 +01:00
|
|
|
PORTVERSION= 0.3.14
|
2001-07-06 20:15:29 +02:00
|
|
|
CATEGORIES= security
|
2003-02-15 13:17:21 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
|
|
|
MASTER_SITE_SUBDIR= gpgme
|
2001-07-06 20:15:29 +02:00
|
|
|
|
2002-12-12 09:44:23 +01:00
|
|
|
MAINTAINER= markun@onohara.to
|
2001-07-06 20:15:29 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
2003-02-17 19:14:00 +01:00
|
|
|
LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth
|
2001-07-06 20:15:29 +02:00
|
|
|
|
2002-09-20 07:33:01 +02:00
|
|
|
USE_LIBTOOL= yes
|
2003-01-30 18:27:51 +01:00
|
|
|
CONFIGURE_ARGS= --without-gpgsm
|
2002-09-20 07:33:01 +02:00
|
|
|
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
2001-07-06 20:15:29 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2002-09-20 07:33:01 +02:00
|
|
|
pre-configure:
|
|
|
|
@${RM} -r ${WRKSRC}/doc/gpgme.info*
|
|
|
|
|
2001-07-06 20:15:29 +02:00
|
|
|
.include <bsd.port.mk>
|