Lines 3-9
Link Here
|
3 |
PORTNAME= yaz |
3 |
PORTNAME= yaz |
4 |
DISTVERSION= 5.31.1 |
4 |
DISTVERSION= 5.31.1 |
5 |
CATEGORIES= net |
5 |
CATEGORIES= net |
6 |
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ |
6 |
MASTER_SITES= https://ftp.indexdata.dk/pub/yaz/ |
7 |
|
7 |
|
8 |
MAINTAINER= nc@FreeBSD.org |
8 |
MAINTAINER= nc@FreeBSD.org |
9 |
COMMENT= Z39.50/SR client and API library |
9 |
COMMENT= Z39.50/SR client and API library |
Lines 14-21
LICENSE_FILE= ${WRKSRC}/LICENSE
Link Here
|
14 |
LIB_DEPENDS= libicuuc.so:devel/icu \ |
14 |
LIB_DEPENDS= libicuuc.so:devel/icu \ |
15 |
libgnutls.so:security/gnutls |
15 |
libgnutls.so:security/gnutls |
16 |
|
16 |
|
17 |
USES= gnome iconv libtool ncurses pathfix pkgconfig readline \ |
17 |
USES= gnome iconv libtool ncurses pathfix localbase:ldflags \ |
18 |
shebangfix tcl |
18 |
pkgconfig readline shebangfix tcl |
19 |
SHEBANG_FILES= src/yaz-asncomp |
19 |
SHEBANG_FILES= src/yaz-asncomp |
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
USE_GNOME= libxml2 libxslt |
21 |
USE_GNOME= libxml2 libxslt |
Lines 23-31
USE_LDCONFIG= yes
Link Here
|
23 |
MAKE_JOBS_UNSAFE= yes |
23 |
MAKE_JOBS_UNSAFE= yes |
24 |
|
24 |
|
25 |
CONFIGURE_ARGS= --enable-shared --with-iconv=${ICONV_PREFIX} \ |
25 |
CONFIGURE_ARGS= --enable-shared --with-iconv=${ICONV_PREFIX} \ |
26 |
--with-xml2=${LOCALBASE} --with-xslt=${LOCALBASE} \ |
26 |
--with-xml2 --with-xslt --with-icu --enable-tcpd |
27 |
--with-icu=${LOCALBASE} --enable-tcpd |
|
|
28 |
LDFLAGS+= -L${LOCALBASE}/lib |
29 |
LIBS+= -lexecinfo |
27 |
LIBS+= -lexecinfo |
30 |
|
28 |
|
31 |
PORTDOCS= * |
29 |
PORTDOCS= * |