head	1.15;
access;
symbols
	RELEASE_4_10_0:1.14
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6;
locks; strict;
comment	@# @;


1.15
date	2004.05.03.19.18.45;	author lofi;	state dead;
branches;
next	1.14;

1.14
date	2004.03.30.19.56.41;	author krion;	state Exp;
branches;
next	1.13;

1.13
date	2004.03.14.06.17.21;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2004.02.04.04.36.24;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2004.01.23.18.12.20;	author trevor;	state Exp;
branches;
next	1.10;

1.10
date	2003.08.28.16.41.52;	author lofi;	state Exp;
branches;
next	1.9;

1.9
date	2003.08.26.20.25.54;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2003.08.25.05.41.35;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.05.07.14.59.54;	author arved;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.02.03.08.46;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.21.13.26.48;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.17.18.14.00;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.15.12.55.20;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2003.01.30.22.44.55;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.30.22.40.03;	author will;	state Exp;
branches;
next	;


desc
@@


1.15
log
@security/newpg -> security/gnupg-devel
@
text
@# New ports collection makefile for:	newpg
# Date created:		29 Jan 2003
# Whom:			michaelnottebrock@@gmx.net
#
# $FreeBSD: ports/security/newpg/Makefile,v 1.14 2004/03/30 19:56:41 krion Exp $
#

PORTNAME=	newpg
PORTVERSION=	0.9.4
PORTREVISION=	4
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR=	alpha/aegypten

MAINTAINER=	lofi@@freebsd.org
COMMENT=	Prerelease package of GnuPG extensions for GnuPG 2.0

LIB_DEPENDS=	gcrypt.6:${PORTSDIR}/security/libgcrypt \
		ksba.7:${PORTSDIR}/security/libksba \
		pth.20:${PORTSDIR}/devel/pth
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
		pinentry-curses:${PORTSDIR}/security/pinentry \
		dirmngr:${PORTSDIR}/security/dirmngr
		
USE_AUTOCONF_VER=253
USE_LIBTOOL_VER=13
USE_GETTEXT=	yes
USE_GMAKE=	yes
USE_ICONV=	yes
INSTALLS_SHLIB=	yes
USE_REINPLACE=	yes
CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
LDFLAGS+=	-L${LOCALBASE}/lib
CPPFLAGS+=	-I${LOCALBASE}/include
CONFIGURE_ENV+=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS+=--with-included-gettext=no
INFO=		gnupg

.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

pre-configure:
	${REINPLACE_CMD} -e "s@@-lpthread@@${PTHREAD_LIBS}@@g" \
		${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
	cd ${WRKSRC}; autoconf

.include <bsd.port.post.mk>
@


1.14
log
@- Use USE_ICONV knob

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@a18 1
		iconv.3:${PORTSDIR}/converters/libiconv \
d29 1
@


1.12
log
@Add USE_GETTEXT and bump PORTREVISION.

Submitted by:	trevor
Tested by:	bento
@
text
@d27 1
a27 1
USE_LIBTOOL=	yes
@


1.11
log
@Now gettext 0.12.1 is gettext-old.
@
text
@d10 1
a10 1
PORTREVISION=	3
a19 1
		intl.5:${PORTSDIR}/devel/gettext-old \
d28 1
@


1.10
log
@Use INFO macro, change maintainer address.

Approved by:	arved (Mentor)
@
text
@d20 1
a20 1
		intl.5:${PORTSDIR}/devel/gettext \
@


1.9
log
@Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:	kris
@
text
@d15 1
a15 1
MAINTAINER=	michaelnottebrock@@gmx.net
d37 1
@


1.8
log
@Chase the libintl.so shared lib version.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.7
log
@Add dirmngr to RUN_DEPENDS. Bump PORTREVISION

PR:		51576
Submitted by:	maintainer
@
text
@d20 1
a20 1
		intl.4:${PORTSDIR}/devel/gettext \
@


1.6
log
@- Add dependency on gnupg
- Utilize USE_AUTOCONF_VER
- Bump PORTREVISION

PR:		48628
Submitted by:	Michael Nottebrock <michaelnottebrock@@gmx.net>
@
text
@d10 1
a10 1
PORTREVISION=	1
d24 3
a26 2
		pinentry-curses:${PORTSDIR}/security/pinentry

@


1.5
log
@De-pkg-comment.
@
text
@d10 1
a17 1
BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf
d23 2
a24 1
RUN_DEPENDS=	pinentry-curses:${PORTSDIR}/security/pinentry
d26 1
@


1.4
log
@Chase pth's shared lib version.
@
text
@d15 1
@


1.3
log
@Use MASTER_SITE_GNUPG
@
text
@d21 1
a21 1
		pth.14:${PORTSDIR}/devel/pth
@


1.2
log
@These ports were:
(a) Necessary for egypten support in KMail (KDE 3.1), along with the
    upgrade earlier of security/gpgme to 0.3.14.  This provides PGP/MIME
    support to KMail (in addition to inline PGP signatures).
(b) ...:

Submitted by:	Michael Nottebrock <michaelnottebrock@@gmx.net>
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/
@


1.1
log
@Add newpg 0.9.4, a prerelease package of GnuPG extensions for GnuPG 2.0.
@
text
@@

