mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
Approved by: jrm (mentor) MFH: 2024Q4 Differential Revision: https://reviews.freebsd.org/D47022 Release Notes: https://svn.apache.org/repos/asf/subversion/tags/1.14.4/CHANGES
34 lines
715 B
Makefile
34 lines
715 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= 0
|
|
PORTREVISION_LTS= 0
|
|
|
|
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
|
|
CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|