blob: b0061fbb22119ced73478db9f7f48b90617d81b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
LICENSE= BSD
# 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>
|