freebsd-ports/security/borzoi/Makefile
2002-03-06 07:04:07 +00:00

24 lines
482 B
Makefile

# ex:ts=8
# New ports collection makefile for: borZoi
# Date created: Aug 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= borzoi
PORTVERSION= 0.9.2
CATEGORIES= security
MASTER_SITES= http://dragongate-technologies.com/borzoi/
DISTNAME= borZoi-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
RUN_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>