1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Add YAZ support (optional, off by default).

MAINTAINER timeout.
This commit is contained in:
Dmitry Sivachenko 2002-03-13 20:18:22 +00:00
parent b2c7b1420e
commit 1ac9f63f67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56025
2 changed files with 10 additions and 0 deletions

View File

@ -53,6 +53,7 @@ sockets "sockets support" OFF \
sysvsem "System V semaphore support" OFF \
sysvshm "System V shared memory support" OFF \
transsid "Transparent session id" OFF \
yaz "YAZ support (ANSI/NISO Z39.50)" OFF \
2> $tempfile
retval=$?
@ -297,6 +298,10 @@ EOF
\"transsid\")
echo "CONFIGURE_ARGS+=--enable-trans-sid"
;;
\"yaz\")
echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz"
echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin"
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc

View File

@ -53,6 +53,7 @@ sockets "sockets support" OFF \
sysvsem "System V semaphore support" OFF \
sysvshm "System V shared memory support" OFF \
transsid "Transparent session id" OFF \
yaz "YAZ support (ANSI/NISO Z39.50)" OFF \
2> $tempfile
retval=$?
@ -297,6 +298,10 @@ EOF
\"transsid\")
echo "CONFIGURE_ARGS+=--enable-trans-sid"
;;
\"yaz\")
echo "LIB_DEPENDS+= yaz.1:\${PORTSDIR}/net/yaz"
echo "CONFIGURE_ARGS+=--with-yaz=\${LOCALBASE}/bin"
;;
*)
echo "Invalid option(s): $*" > /dev/stderr
rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc