freebsd-ports/security/borzoi/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

24 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
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>