diff options
Diffstat (limited to 'databases/ruby-interbase/Makefile')
-rw-r--r-- | databases/ruby-interbase/Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/databases/ruby-interbase/Makefile b/databases/ruby-interbase/Makefile deleted file mode 100644 index 53c1019ea0a5..000000000000 --- a/databases/ruby-interbase/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Sergey Skvortsov <skv@protey.ru> -# $FreeBSD$ - -PORTNAME= interbase -PORTVERSION= 0.5.2 -PORTREVISION= 1 -CATEGORIES= databases ruby -MASTER_SITES= http://www.rowlandresearch.com/ruby/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= fb-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby interface to Firebird/Interbase library - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-10-10 - -USE_FIREBIRD= yes -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -#CONFIGURE_ARGS= --with-interbase-include-dir="${LOCALBASE}/include" \ -# --with-interbase-lib-dir="${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-opt-dir=${LOCALBASE} -INSTALL_TARGET= site-install - -DOCS_EN= README - -NO_STAGE= yes -post-patch: - ${REINPLACE_CMD} -e 's/gdslib/fbclient/' ${WRKSRC}/extconf.rb - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> |