# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sts=4:sw=4:ts=4
PortGroup active_variants 1.1
github.setup NationalAssociationOfRealtors libRETS 1.6.2
description RETS client library
long_description libRETS is RETS client library written in C++ that allows rapid \
development of RETS client applications. By saving the developer from \
dealing with the RETS protocol details, the application writer can \
concentrate on their application, saving them time and money in \
checksums rmd160 336f0216575e5808860d9384cfba2b7536bc66fa \
sha256 f908c879d98c63a20f5419d56c1da307ad73ee60d4f5ed693434e3fb6d09645b \
depends_build port:autoconf \
# Requires boost static, hence forbids boost +no_static
require_active_variants boost {} no_static
# Require php5 bindings to use swig-php +php56
if {[variant_isset php5]} {
require_active_variants swig-php php56 {}
configure.cmd ./autogen.sh && ./configure
variant java description {Build Java bindings} {
depends_lib-append port:swig-java
configure.args-delete --disable-java
variant perl description {Build Perl bindings} {
depends_lib-append port:swig-perl
configure.args-delete --disable-perl
variant php5 description {Build PHP5 bindings} {
depends_lib-append port:swig-php
configure.args-delete --disable-php