b931104c6d
PR: 43624 Submitted by: maintainer
26 lines
540 B
Makefile
26 lines
540 B
Makefile
# 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.9
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
|
|
|
|
MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
|
|
|
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
|
CONFIGURE_ARGS= --with-pth=no
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
pre-configure:
|
|
@${RM} -r ${WRKSRC}/doc/gpgme.info*
|
|
|
|
.include <bsd.port.mk>
|