c398bf4bea
+ Remove PKG_CONFIG_PATH workaround in the package Makefile. The default pkg-config tool script (which properly sets PKG_CONFIG_LIBDIR) now works properly (thanks to OBATA Akio). * Fix Quartz related bugs. (thanks to kimura wataru) * Support PKG_CONFIG_LIBDIR. (thanks to OBATA Akio) * Support RubyGems for mswin32.
20 lines
534 B
Makefile
20 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/04/29 17:36:32 jlam Exp $
|
|
|
|
DISTNAME= cairo-1.6.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-r${DISTNAME}
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= dieter.NetBSD@pandora.be
|
|
HOMEPAGE= http://cairographics.org/rcairo/
|
|
COMMENT= Ruby bindings for cairo
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GEM_BUILD= gemspec
|
|
GEM_CLEANBUILD= Makefile *.o src/cairo.${RUBY_DLEXT} mkmf.log
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0
|
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|