a6d3b4db20
Thanks to: bf1783@gmail.com Feature safe: yes
26 lines
572 B
Makefile
26 lines
572 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: borZoi
|
|
# Date created: Aug 23, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= borzoi
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://dragongate-technologies.com/borzoi/
|
|
DISTNAME= borZoi-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An Elliptic Curve Cryptography Library
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|