Long due update to GnuTLS 2.0.4, based on a submission by Giovanni Bechis.
Reformat DESCR, remove unneeded patches and LIB*ALIAS goo, reformat Makefile
Tested by many, thanks naddy for alpha, kili for zaurus and powerpc, okan
for amd64 and sparc64, sthen for sparc64 and others i forgot.
Ports depending on it have been vastly tested, thanks sthen for iksemel,
aanriot for prelude, Sebastian Reitenbach for heartbeat, and surely others.
ok kili@ okan@
2007-12-03 20:57:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2007/12/03 20:57:33 landry Exp $
|
2003-05-02 04:04:31 +00:00
|
|
|
|
Long due update to GnuTLS 2.0.4, based on a submission by Giovanni Bechis.
Reformat DESCR, remove unneeded patches and LIB*ALIAS goo, reformat Makefile
Tested by many, thanks naddy for alpha, kili for zaurus and powerpc, okan
for amd64 and sparc64, sthen for sparc64 and others i forgot.
Ports depending on it have been vastly tested, thanks sthen for iksemel,
aanriot for prelude, Sebastian Reitenbach for heartbeat, and surely others.
ok kili@ okan@
2007-12-03 20:57:33 +00:00
|
|
|
COMMENT= GNU Transport Layer Security library
|
2003-05-02 04:04:31 +00:00
|
|
|
|
Long due update to GnuTLS 2.0.4, based on a submission by Giovanni Bechis.
Reformat DESCR, remove unneeded patches and LIB*ALIAS goo, reformat Makefile
Tested by many, thanks naddy for alpha, kili for zaurus and powerpc, okan
for amd64 and sparc64, sthen for sparc64 and others i forgot.
Ports depending on it have been vastly tested, thanks sthen for iksemel,
aanriot for prelude, Sebastian Reitenbach for heartbeat, and surely others.
ok kili@ okan@
2007-12-03 20:57:33 +00:00
|
|
|
DISTNAME= gnutls-2.0.4
|
|
|
|
CATEGORIES= security
|
|
|
|
SHARED_LIBS= gnutls-extra 13.0 \
|
|
|
|
gnutls-openssl 13.0 \
|
|
|
|
gnutls 13.0 \
|
|
|
|
gnutlsxx 13.0 # 21.5
|
2003-05-02 04:04:31 +00:00
|
|
|
|
Long due update to GnuTLS 2.0.4, based on a submission by Giovanni Bechis.
Reformat DESCR, remove unneeded patches and LIB*ALIAS goo, reformat Makefile
Tested by many, thanks naddy for alpha, kili for zaurus and powerpc, okan
for amd64 and sparc64, sthen for sparc64 and others i forgot.
Ports depending on it have been vastly tested, thanks sthen for iksemel,
aanriot for prelude, Sebastian Reitenbach for heartbeat, and surely others.
ok kili@ okan@
2007-12-03 20:57:33 +00:00
|
|
|
HOMEPAGE= http://www.gnutls.org/
|
2003-05-02 04:04:31 +00:00
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
Long due update to GnuTLS 2.0.4, based on a submission by Giovanni Bechis.
Reformat DESCR, remove unneeded patches and LIB*ALIAS goo, reformat Makefile
Tested by many, thanks naddy for alpha, kili for zaurus and powerpc, okan
for amd64 and sparc64, sthen for sparc64 and others i forgot.
Ports depending on it have been vastly tested, thanks sthen for iksemel,
aanriot for prelude, Sebastian Reitenbach for heartbeat, and surely others.
ok kili@ okan@
2007-12-03 20:57:33 +00:00
|
|
|
WANTLIB= c gpg-error intl ncurses readline z
|
|
|
|
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-05-02 04:04:31 +00:00
|
|
|
|
2005-05-11 11:16:07 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \
|
|
|
|
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/ \
|
|
|
|
http://josefsson.org/gnutls/releases/ \
|
2004-05-08 06:43:40 +00:00
|
|
|
http://ftp.linux.it/pub/mirrors/gnupg/gnutls/
|
2003-05-02 04:04:31 +00:00
|
|
|
|
Long due update to GnuTLS 2.0.4, based on a submission by Giovanni Bechis.
Reformat DESCR, remove unneeded patches and LIB*ALIAS goo, reformat Makefile
Tested by many, thanks naddy for alpha, kili for zaurus and powerpc, okan
for amd64 and sparc64, sthen for sparc64 and others i forgot.
Ports depending on it have been vastly tested, thanks sthen for iksemel,
aanriot for prelude, Sebastian Reitenbach for heartbeat, and surely others.
ok kili@ okan@
2007-12-03 20:57:33 +00:00
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= gcrypt.>=13::security/libgcrypt \
|
|
|
|
opencdk.>=9::security/opencdk
|
2003-05-02 04:04:31 +00:00
|
|
|
|
2005-12-24 20:52:58 +00:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
Long due update to GnuTLS 2.0.4, based on a submission by Giovanni Bechis.
Reformat DESCR, remove unneeded patches and LIB*ALIAS goo, reformat Makefile
Tested by many, thanks naddy for alpha, kili for zaurus and powerpc, okan
for amd64 and sparc64, sthen for sparc64 and others i forgot.
Ports depending on it have been vastly tested, thanks sthen for iksemel,
aanriot for prelude, Sebastian Reitenbach for heartbeat, and surely others.
ok kili@ okan@
2007-12-03 20:57:33 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
|
|
|
--with-included-libtasn1 \
|
|
|
|
--with-included-libcfg \
|
|
|
|
--with-included-lzo \
|
|
|
|
--with-libgcrypt-prefix=${LOCALBASE} \
|
|
|
|
--with-libopencdk-prefix=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
LIBS="-liconv"
|
2003-05-02 04:04:31 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnutls
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnutls
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnutls
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c \
|
|
|
|
${PREFIX}/share/examples/gnutls
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|