1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/security/borzoi/Makefile
Mark Linimon 9cbfcccd9a Reset jim@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.

Hat:		portmgr
2007-02-27 21:18:31 +00:00

26 lines
558 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= 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:15
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>