1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/zebra-server/Makefile
Dmitry Sivachenko 50fc7798af New port of Z39.50 server named 'zebra'.
This program has no relation to the existing net/zebra port.

PR:		21413
Reviewed by:	sobomax
Approved by:	sobomax
2000-11-16 20:12:12 +00:00

23 lines
540 B
Makefile

# New ports collection makefile for: zebra-server
# Date created: 14 Nov 2000
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zebra-server
PORTVERSION= 1.0.1
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
DISTNAME= zebra-${PORTVERSION:S/0./0pl/}
MAINTAINER= demon@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz
RUN_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin
.include <bsd.port.mk>