1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/ssss/Makefile
Johan van Selst 97eda9343a - Adopt port
- Stagify
2014-05-11 09:37:31 +00:00

21 lines
442 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:${PORTSDIR}/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>