summaryrefslogblamecommitdiff
path: root/net/zebra-server/Makefile
blob: 3d64e466ad6f0967175d6b3d98fd734b0c5c2121 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                    

                                                                             




                            
                      
                   
                                                  
                                      

                                 
                                         
 
                                                                
                                         
                                                                

                   
                                                   
                                                        
                                            
 

                          
 
                      
# New ports collection makefile for:	zebra-server
# Date created:				14 Nov 2000
# Whom:					Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	zebra-server
PORTVERSION=	1.3.13
CATEGORIES=	net
MASTER_SITES=	http://ftp.indexdata.dk/pub/zebra/
DISTNAME=	idzebra-${PORTVERSION}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Z39.50/SR server software

BUILD_DEPENDS=	${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84
LIB_DEPENDS=	yaz.2:${PORTSDIR}/net/yaz
RUN_DEPENDS=	${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-yazconfig=${LOCALBASE}/bin \
		--with-tclconfig=${LOCALBASE}/lib/tcl8.4
CONFIGURE_ENV+=	PTHREAD_LIBS=${PTHREAD_LIBS}

MAN1=		zebraidx.1
MAN8=		zebrasrv.8

.include <bsd.port.mk>