diff options
Diffstat (limited to 'security/matrixssl/Makefile')
-rw-r--r-- | security/matrixssl/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/security/matrixssl/Makefile b/security/matrixssl/Makefile index c9aafd278d21..b3baaf39a1b1 100644 --- a/security/matrixssl/Makefile +++ b/security/matrixssl/Makefile @@ -5,19 +5,25 @@ # $FreeBSD$ PORTNAME= matrixssl -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.8 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} MASTER_SITE_SUBDIR= distfiles -DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,-,g}-open +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= arved@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Small alternative SSL implementation USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR}/matrixssl-1-8-8-open/src USE_LDCONFIG= yes +post-extract: + cd ${WRKDIR} && ${TAR} -xvf matrixssl-1-8-8-open.tgz + +post-patch: + ${REINPLACE_CMD} -e "s,^CC,#CC,;s,-O3,${CFLAGS}," ${WRKSRC}/Makefile + do-install: ${INSTALL_DATA} ${WRKSRC}/libmatrixssl* ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/../*.h ${PREFIX}/include |