2004-05-03 20:24:08 +02:00
|
|
|
# New ports collection makefile for: yazproxy
|
|
|
|
# Date created: 3 May 2004
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yazproxy
|
2013-03-12 12:42:56 +01:00
|
|
|
PORTVERSION= 1.3.8
|
2004-05-03 20:24:08 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://ftp.indexdata.dk/pub/yazproxy/
|
|
|
|
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
COMMENT= A powerful general purpose Z39.50/SRW/SRU proxy
|
|
|
|
|
2006-05-29 15:54:38 +02:00
|
|
|
LIB_DEPENDS= yazpp:${PORTSDIR}/net/yaz++
|
2004-05-03 20:24:08 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-05-03 20:24:08 +02:00
|
|
|
|
|
|
|
MAN8= yazproxy.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|