diff options
Diffstat (limited to 'security/bearssl/Makefile')
| -rw-r--r-- | security/bearssl/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile new file mode 100644 index 0000000..24856ce --- /dev/null +++ b/security/bearssl/Makefile | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | COMMENT= a C implementation of the SSL/TLS protocol (RFC 5246) | ||
| 2 | |||
| 3 | DISTNAME= bearssl-0.6 | ||
| 4 | REVISION= 1 | ||
| 5 | |||
| 6 | CATEGORIES= security | ||
| 7 | |||
| 8 | HOMEPAGE= https://www.bearssl.org/ | ||
| 9 | |||
| 10 | # MIT | ||
| 11 | PERMIT_PACKAGE= Yes | ||
| 12 | |||
| 13 | WANTLIB += c | ||
| 14 | |||
| 15 | MASTER_SITES= ${HOMEPAGE} | ||
| 16 | |||
| 17 | do-install: | ||
| 18 | ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${PREFIX}/bin/ | ||
| 19 | ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.a ${PREFIX}/lib/ | ||
| 20 | ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.so ${PREFIX}/lib/ | ||
| 21 | ${INSTALL_DATA} ${WRKSRC}/inc/* ${PREFIX}/include/ | ||
| 22 | |||
| 23 | .include <bsd.port.mk> | ||
