aboutsummaryrefslogtreecommitdiffstats
path: root/security/yassl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/yassl/Makefile')
-rw-r--r--security/yassl/Makefile23
1 files changed, 7 insertions, 16 deletions
diff --git a/security/yassl/Makefile b/security/yassl/Makefile
index 97c85c0dd706..c4987c6fc77e 100644
--- a/security/yassl/Makefile
+++ b/security/yassl/Makefile
@@ -1,11 +1,11 @@
# $FreeBSD$
PORTNAME= cyassl
-PORTVERSION= 1.6.0
+PORTVERSION= 2.4.0
CATEGORIES= security devel
MASTER_SITES= http://www.yassl.com/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= johans@FreeBSD.org
COMMENT= A embedded SSL C-Library
LICENSE= GPLv2
@@ -13,12 +13,11 @@ LICENSE= GPLv2
USE_ZIP= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-dependency-tracking
-CONFIGURE_ARGS+= --enable-shared --enable-static
-CONFIGURE_ARGS+= --enable-dtls --enable-opensslExtra --enable-ipv6
-CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/${PORTNAME} --includedir=${PREFIX}/include/${PORTNAME}
-USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
-PORTDOCS= AUTHORS ChangeLog NEWS README
+CONFIGURE_ARGS= --disable-dependency-tracking \
+ --enable-shared --enable-static \
+ --enable-dtls --enable-opensslExtra --enable-ipv6
+USE_LDCONFIG= yes
+PORTDOCS= *
post-configure:
${REINPLACE_CMD} \
@@ -26,12 +25,4 @@ post-configure:
-e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \
${WRKSRC}/Makefile
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
- ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}/
-.endfor
-.endif
-
.include <bsd.port.mk>
ipsunpoet2012-02-261-1/+1 | | | | Approved by: roam (maintainer, implicit) * The vast majority of pkg-descr files had the following format when theydougb2011-10-241-0/+1 | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav * - Get Rid MD5 supportmiwi2011-03-191-1/+0 |