pkgsrc/devel/ruby-pkg-config/Makefile
obache cd49a2431e Update ruby-pkg-config to 1.1.1.
== 1.1.1 - 2011/05/03

* [ruby-gnome-devel-en] add
  /usr/lib/i386-linux-gnu/pkgconfig to the default paths.
  (Reported by Andrea B.C.)
2011-05-03 09:49:03 +00:00

23 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/05/03 09:49:03 obache Exp $
DISTNAME= pkg-config-1.1.1
CATEGORIES= devel
MASTER_SITES= http://rubyforge.org/frs/download.php/74790/
EXTRACT_SUFX= .tgz
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://github.com/rcairo/pkg-config
COMMENT= pkg-config implemented by pure Ruby
LICENSE= gnu-lgpl-v2.1
CONFLICTS+= ${RUBY_PKGPREFIX}-gnome2-glib<0.90.0
PKG_DESTDIR_SUPPORT= user-destdir
USE_RUBY_EXTCONF= yes
#do-test:
# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${RUBY} test/run-test.rb
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"