diff options
Diffstat (limited to 'security/borzoi/Makefile')
-rw-r--r-- | security/borzoi/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile deleted file mode 100644 index 1e6192042f7..00000000000 --- a/security/borzoi/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# 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 - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl -RUN_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -.include <bsd.port.mk> |