freebsd-ports/devel/ruby-subversion/Makefile
Philip M. Gollucci f087d49392 - Mark broken w/ ruby 1.9
configure: WARNING: Only 1.8.x releases are supported at this time

With Hat:	ruby@
2011-12-23 02:51:01 +00:00

40 lines
834 B
Makefile

# New ports collection makefile for: subversion-ruby
# Date Created: 4 July 2005
# Whom: Hiroyuki Iwatsuki <don@na.rim.or.jp>
#
# $FreeBSD$
#
PKGNAMEPREFIX= ruby-
MAINTAINER= lev@FreeBSD.org
COMMENT= Ruby bindings for version control system
.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 16
MASTERDIR= ${.CURDIR}/../../devel/subversion16
.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
.endif
PKGDIR= ${.CURDIR}
CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}
USE_RUBY= yes
SVN_BUILD_BINDINGS=yes
.include "${MASTERDIR}/Makefile.common"
CATEGORIES+= ruby
do-build:
cd ${WRKSRC} ; ${MAKE} swig-rb-lib ; ${MAKE} swig-rb
do-install:
cd ${WRKSRC} ; ${MAKE} install-swig-rb
.if ${RUBY_VER} == 1.9
BROKEN= does not work with ruby 1.9
.endif
.include <bsd.port.post.mk>