1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/security/xyssl/Makefile
OKAZAKI Tetsurou 07546fc1a4 Upgrade to 0.9.
Install documents.
2009-01-04 11:29:30 +00:00

31 lines
654 B
Makefile

# New ports collection makefile for: xyssl
# Date created: 2007-04-05
# Whom: mdh <mdh@solitox.net>
#
# $FreeBSD$
#
PORTNAME= xyssl
PORTVERSION= 0.9
CATEGORIES= security devel
MASTER_SITES= http://polarssl.org/code/download/ \
ftp://ftp.solitox.net/pub/XySSL/
DISTFILES= xyssl-${PORTVERSION}-bsd.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A liteweight SSL and TLS toolkit for C developers
# 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>