freebsd-ports/security/gnupg-devel/Makefile

66 lines
1.5 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: newpg
# Date created: 29 Jan 2003
# Whom: michaelnottebrock@gmx.net
#
# $FreeBSD$
#
2004-05-03 21:19:53 +02:00
PORTNAME= gnupg
2004-12-23 00:50:08 +01:00
PORTVERSION= 1.9.14
CATEGORIES= security
2003-02-15 13:57:46 +01:00
MASTER_SITES= ${MASTER_SITE_GNUPG}
2004-05-03 21:19:53 +02:00
MASTER_SITE_SUBDIR= alpha/gnupg
PKGNAMESUFFIX= -devel
MAINTAINER= lofi@freebsd.org
2003-02-21 14:28:59 +01:00
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
2004-05-03 21:19:53 +02:00
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
2004-08-04 17:16:22 +02:00
ksba.13:${PORTSDIR}/security/libksba \
2003-02-17 19:14:00 +01:00
pth.20:${PORTSDIR}/devel/pth
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
dirmngr:${PORTSDIR}/security/dirmngr
2004-05-03 21:19:53 +02:00
GNU_CONFIGURE= yes
CONFIGURE_TARGET=# empty
USE_GMAKE= yes
USE_ICONV= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
INFO= gnupg
2004-12-23 00:50:08 +01:00
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/pth" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib/pth"
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/bin/opensc-config)
WITH_OPENSC= yes
.endif
.if defined(WITH_OPENSC)
BUILD_DEPENDS+= opensc-config:${PORTSDIR}/security/opensc
PLIST_SUB+= WITH_OPENSC=""
.else
CONFIGURE_ARGS+= --disable-scdaemon
PLIST_SUB+= WITH_OPENSC="@comment "
.endif
2004-08-04 17:16:22 +02:00
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
pre-configure:
${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" \
${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
2004-05-03 21:19:53 +02:00
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>