1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/security/ssss/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

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>