mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# Created by: Lukasz Komsta
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ssss
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://point-at-infinity.org/ssss/
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= Shamir's Secret Sharing Scheme
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp
|
|
|
|
PLIST_FILES= bin/ssss-combine bin/ssss-split man/man1/ssss.1.gz
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's,(DESTDIR),&$$(PREFIX),' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|