2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
2004-05-03 20:24:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= yazproxy
|
2013-10-17 13:01:51 +02:00
|
|
|
PORTVERSION= 1.3.9
|
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
|
|
|
|
|
2013-10-17 13:01:51 +02:00
|
|
|
LIB_DEPENDS= libyazpp.so:${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
|
|
|
|
|
2013-09-21 00:10:23 +02:00
|
|
|
NO_STAGE= yes
|
2004-05-03 20:24:08 +02:00
|
|
|
.include <bsd.port.mk>
|