Michael Osipov 8f3a81069c */*: take ownership of lev@'s Subversion ports
As agreed with lev@, I am taking ownership of these ports.

Approved by:	jrm (mentor), lev
Differential Revision:	https://reviews.freebsd.org/D44862
2024-04-22 15:09:56 +02:00

35 lines
802 B
Makefile

PKGNAMEPREFIX= ruby-
MAINTAINER= michaelo@apache.org
COMMENT= Ruby bindings for version control system
WWW= https://subversion.apache.org/
USES+= compiler:c11 ruby
PORTREVISION_LATEST= 2
PORTREVISION_LTS= 2
SVN_BUILD_BINDINGS= yes
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
CATEGORIES+= ruby
CONFIGURE_ARGS+= --with-swig-ruby=${RUBY} \
--without-swig-perl \
--without-swig-python \
--without-gnome-keyring \
--without-kwallet \
--with-apxs=no
ALL_TARGET= swig-rb-lib swig-rb
INSTALL_TARGET= install-swig-rb
CFLAGS+= -fdeclspec
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.post.mk>