2003-01-30 23:40:03 +01:00
|
|
|
# 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
|
2005-12-20 17:39:54 +01:00
|
|
|
PORTVERSION= 1.9.20
|
2005-12-21 15:43:36 +01:00
|
|
|
PORTREVISION= 1
|
2003-01-30 23:40:03 +01:00
|
|
|
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
|
2003-01-30 23:40:03 +01:00
|
|
|
|
2003-08-28 18:42:22 +02:00
|
|
|
MAINTAINER= lofi@freebsd.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
|
2003-01-30 23:40:03 +01:00
|
|
|
|
2004-05-10 00:21:38 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
|
2005-01-11 15:53:12 +01:00
|
|
|
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
|
2005-12-20 17:39:54 +01:00
|
|
|
ksba.15:${PORTSDIR}/security/libksba \
|
2005-06-24 22:21:09 +02:00
|
|
|
pth.20:${PORTSDIR}/devel/pth \
|
2005-06-28 19:58:44 +02:00
|
|
|
usb-0.1:${PORTSDIR}/devel/libusb
|
2003-03-02 04:08:46 +01:00
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
|
2003-05-07 16:59:54 +02:00
|
|
|
dirmngr:${PORTSDIR}/security/dirmngr
|
2004-05-03 21:19:53 +02:00
|
|
|
|
2005-04-21 21:22:56 +02:00
|
|
|
USE_BZIP2= yes
|
2004-05-03 21:19:53 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET=# empty
|
2003-01-30 23:40:03 +01:00
|
|
|
USE_GMAKE= yes
|
2004-03-30 21:56:43 +02:00
|
|
|
USE_ICONV= yes
|
2003-01-30 23:40:03 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_REINPLACE= yes
|
2003-08-28 18:42:22 +02:00
|
|
|
INFO= gnupg
|
2003-01-30 23:40:03 +01:00
|
|
|
|
2004-12-23 00:50:08 +01:00
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/pth" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib/pth"
|
|
|
|
|
2003-01-30 23:40:03 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
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
|
|
|
|
|
2003-01-30 23:40:03 +01:00
|
|
|
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}
|
2003-01-30 23:40:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|