From 51b786ab79544e356474caa45e24fbada9629704 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Thu, 17 Aug 2000 15:21:00 +0000 Subject: Improve configure scripts so that they take configure arguments from the command line. Feedback status: Already sent to the author --- x11-toolkits/ruby-qt2/Makefile | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'x11-toolkits/ruby-qt2') diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile index cef298135c0a..d9b69da6faa0 100644 --- a/x11-toolkits/ruby-qt2/Makefile +++ b/x11-toolkits/ruby-qt2/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= ${QTLIB}.${QTLIB_SHLIBVER}:${PORTSDIR}/x11-toolkits/${QT_PORTNAME} RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby INSTALL_TARGET= site-install +CONFIGURE_ARGS= --with-qt-include=${X11BASE}/include/X11/qt \ + --with-qt-lib=${X11BASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" @@ -28,14 +30,12 @@ RUBY?= ${LOCALBASE}/bin/ruby RUBY_VER?= 1.4 RUBY_ARCH?= ${ARCH}-freebsd${OSREL} -QTLIBDIR= ${X11BASE}/lib -QTINCDIR= ${X11BASE}/include/X11/qt - .if defined(WITH_I18N) I18NQT= -DI18NQT QTLIB= qti18n QTLIB_SHLIBVER= 3 QT_PORTNAME= qt-i18n +CONFIGURE_ARGS+= --with-qti18n=qti18n .else QTLIB= qt QTLIB_SHLIBVER= 3 @@ -43,19 +43,13 @@ QT_PORTNAME= qt145 .endif post-patch: - ${PERL} -i -pe ' \ - s,%%I18NQT%%,${I18NQT},g; \ - s,%%QTLIBDIR%%,${QTLIBDIR},g; \ - s,%%QTINCDIR%%,${QTINCDIR},g; \ - s,%%QTLIB%%,${QTLIB},g; \ - ' ${WRKSRC}/extconf.rb ${PERL} -i -pe ' \ s,/usr/X11\b,${X11BASE},g; \ ' ${WRKSRC}/lib/qt.rb do-configure: @cd ${WRKSRC}; \ - ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb + ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb ${CONFIGURE_ARGS} post-install: .if !defined(NOPORTDOCS) -- cgit v1.2.3