freebsd-ports/security/gpgme/Makefile

29 lines
578 B
Makefile
Raw Normal View History

# 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
2003-02-15 13:17:21 +01:00
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
MAINTAINER= markun@onohara.to
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
2003-02-17 19:14:00 +01:00
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>