aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptlib/Makefile
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-08-11 10:15:56 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-08-11 10:15:56 +0800
commit0aedd6b67d0393cddb57608c95871c6dba5165e8 (patch)
treeb4e84e41a6dc5dca08b82b809cbcfa5d1358c299 /security/cryptlib/Makefile
parenta85ca30b183cfc5855c6771c2f179d5d1d0673b2 (diff)
downloadfreebsd-ports-gnome-0aedd6b67d0393cddb57608c95871c6dba5165e8.tar.gz
freebsd-ports-gnome-0aedd6b67d0393cddb57608c95871c6dba5165e8.tar.zst
freebsd-ports-gnome-0aedd6b67d0393cddb57608c95871c6dba5165e8.zip
Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent
a 'make all' failure.
Diffstat (limited to 'security/cryptlib/Makefile')
-rw-r--r--security/cryptlib/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/security/cryptlib/Makefile b/security/cryptlib/Makefile
index d8ebeed557f2..d3751d77bfd5 100644
--- a/security/cryptlib/Makefile
+++ b/security/cryptlib/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= cryptlib
-PORTVERSION= 3.1.b4
-PORTREVISION= 1
+PORTVERSION= 3.1.b5
CATEGORIES= security
MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/beta/
-DISTNAME= cl31beta04
+DISTNAME= cl31beta05
EXTRACT_SUFX= .zip
MAINTAINER= ports@FreeBSD.org
@@ -23,16 +22,12 @@ EXTRACT_BEFORE_ARGS= -aq
NO_WRKSUBDIR= yes
USE_GMAKE= yes
MAKEFILE= makefile
-MAKE_ARGS= all shared
-USE_REINPLACE= yes
+ALL_TARGET= default FreeBSD shared
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-post-patch:
- ${REINPLACE_CMD} -e "s,-fomit-frame-pointer -O3,${CFLAGS}," ${WRKSRC}/makefile
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/endian ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/libcl.a ${WRKSRC}/libcl.so.3.1.0 \