diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 03:19:53 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 03:19:53 +0800 |
commit | 6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac (patch) | |
tree | eb364a432f26f2644c77ef104b7dd61e85f6e233 /security/gnupg-devel/Makefile | |
parent | 170ea3e100417c226b643f5f0f824eb04eacd2e3 (diff) | |
download | freebsd-ports-gnome-6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac.tar.gz freebsd-ports-gnome-6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac.tar.zst freebsd-ports-gnome-6d9db9d43d55f818a4e3c86a18d9efd0d480b2ac.zip |
security/newpg -> security/gnupg-devel
Diffstat (limited to 'security/gnupg-devel/Makefile')
-rw-r--r-- | security/gnupg-devel/Makefile | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile index c7dd8fa6812a..fcad7fa6ce4c 100644 --- a/security/gnupg-devel/Makefile +++ b/security/gnupg-devel/Makefile @@ -5,35 +5,29 @@ # $FreeBSD$ # -PORTNAME= newpg -PORTVERSION= 0.9.4 -PORTREVISION= 4 +PORTNAME= gnupg +PORTVERSION= 1.9.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} -MASTER_SITE_SUBDIR= alpha/aegypten +MASTER_SITE_SUBDIR= alpha/gnupg +PKGNAMESUFFIX= -devel 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 \ +LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ + ksba.11:${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 + +GNU_CONFIGURE= yes +CONFIGURE_TARGET=# empty 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> @@ -53,6 +47,8 @@ PLIST_SUB+= WITH_OPENSC="@comment " pre-configure: ${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure - cd ${WRKSRC}; autoconf + +post-install: + ${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |