summaryrefslogtreecommitdiff
path: root/graphics/ruby-gd/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-09-10 06:46:43 +0000
committertaca <taca@pkgsrc.org>2010-09-10 06:46:43 +0000
commit6dd0447f762275d511a2bf775348739f60c71f22 (patch)
tree7e2c0b0beb89338de945da83f33eefe8eb1507d9 /graphics/ruby-gd/Makefile
parentc139f13695d49b105f0b5d557feaf8ae130f616d (diff)
downloadpkgsrc-6dd0447f762275d511a2bf775348739f60c71f22.tar.gz
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE. * Remove default value of GEM_BUILD. * Add patch to support both ruby18 and ruby19. No functional change.
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-rw-r--r--graphics/ruby-gd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index af7bb0329b6..5c260768049 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2010/06/13 22:44:43 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2010/09/10 06:46:43 taca Exp $
DISTNAME= ruby-gd-0.8.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -8,8 +8,8 @@ CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/ruby-gd/
COMMENT= Ruby extension to drive the GD library
+LICENSE= ruby-license
-GEM_BUILD= gemspec
GEM_CLEANBUILD= Makefile *.o GD.${RUBY_DLEXT} mkmf.log
CONFIGURE_ARGS+= --with-gd-dir=${BUILDLINK_PREFIX.gd:Q}
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --with-freetype
CONFIGURE_ARGS+= --with-freetype-dir=${BUILDLINK_PREFIX.freetype2:Q}
CONFIGURE_ARGS+= --enable-gd2_0
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../graphics/freetype-lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"