diff options
author | okazaki <okazaki@FreeBSD.org> | 2009-01-04 19:29:30 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2009-01-04 19:29:30 +0800 |
commit | ac702a55fa8db5e7c97cacecc3f38f46eb0472d8 (patch) | |
tree | a746671e360384be25b3e9334b865d0cc56603d1 /security/xyssl/Makefile | |
parent | e2995a6766e3e26ff19aa80baf608b88faa7cc53 (diff) | |
download | freebsd-ports-gnome-ac702a55fa8db5e7c97cacecc3f38f46eb0472d8.tar.gz freebsd-ports-gnome-ac702a55fa8db5e7c97cacecc3f38f46eb0472d8.tar.zst freebsd-ports-gnome-ac702a55fa8db5e7c97cacecc3f38f46eb0472d8.zip |
Upgrade to 0.9.
Install documents.
Diffstat (limited to 'security/xyssl/Makefile')
-rw-r--r-- | security/xyssl/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile index 3c2f95f38982..efda6c500a5e 100644 --- a/security/xyssl/Makefile +++ b/security/xyssl/Makefile @@ -6,20 +6,25 @@ # PORTNAME= xyssl -PORTVERSION= 0.6 +PORTVERSION= 0.9 CATEGORIES= security devel -MASTER_SITES= http://xyssl.org/code/download/ \ +MASTER_SITES= http://polarssl.org/code/download/ \ ftp://ftp.solitox.net/pub/XySSL/ -DISTNAME= xyssl-${PORTVERSION} -EXTRACT_SUFX= .tgz +DISTFILES= xyssl-${PORTVERSION}-bsd.tgz MAINTAINER= ports@FreeBSD.org COMMENT= A liteweight SSL and TLS toolkit for C developers -DEPRECATED= Download sites are down, cannot update due to software website being down. -EXPIRATION_DATE=2008-12-01 - # HAS_CONFIGURE= no # GNU_CONFIGURE= no +PORTDOCS= BSD.txt ChangeLog + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/BSD.txt ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${DOCSDIR} +.endif + .include <bsd.port.mk> |