| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/misc/sword/ |
Upload File : |
PORTNAME= sword
PORTVERSION= 1.8.1
PORTREVISION= 14
CATEGORIES= misc
MASTER_SITES= http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework for manipulating Bible texts
WWW= https://crosswire.org/sword/index.jsp
LICENSE= GPLv2
BUILD_DEPENDS= cppunit-config:devel/cppunit
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-conf \
--with-zlib
INSTALL_TARGET= install-strip
CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1
SUB_FILES= pkg-message
PLIST_SUB= PORTVERSION=${PORTVERSION}
OPTIONS_DEFINE= CLUCENE CURL
OPTIONS_DEFAULT= CLUCENE CURL
CLUCENE_DESC= Include indexing capability
CLUCENE_LIB_DEPENDS= libclucene-core.so:textproc/clucene \
libicudata.so:devel/icu
CLUCENE_USES= compiler:c++11-lib
CLUCENE_CONFIGURE_WITH= clucene=${LOCALBASE} icu
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
CURL_CONFIGURE_WITH= curl
post-install:
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install_config)
${MV} ${STAGEDIR}${PREFIX}/etc/sword.conf \
${STAGEDIR}${PREFIX}/etc/sword.conf.sample
.include <bsd.port.mk>