1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/security/borzoi/Makefile
Kirill Ponomarev 53b66f8508 - Update to version 1.0.2
PR:		ports/67153
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
Approved by:	maintainer
2004-05-26 07:49:37 +00:00

25 lines
532 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
CATEGORIES= security
MASTER_SITES= http://dragongate-technologies.com/borzoi/
DISTNAME= borZoi-${PORTVERSION}
MAINTAINER= jim@corebsd.or.id
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_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
.include <bsd.port.mk>