summaryrefslogtreecommitdiff
path: root/graphics/ruby-clutter/Makefile.common
blob: f6979d26512841be29a7174e2c6c0ed3d5dc4519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile.common,v 1.5 2011/09/21 15:26:46 taca Exp $
#
# used by graphics/ruby-clutter-cairo/Makefile
# used by graphics/ruby-clutter-core/Makefile
# used by graphics/ruby-clutter-gtk/Makefile
# used by multimedia/ruby-clutter-gst/Makefile

DISTNAME=		rbclutter-0.8.0
CATEGORIES+=		ruby
MASTER_SITES=		http://rubyforge.org/frs/download.php/40834/

DISTINFO_FILE=		${.CURDIR}/../../graphics/ruby-clutter/distinfo
PATCHDIR=		${.CURDIR}/../../graphics/ruby-clutter/patches

MAINTAINER=		obache@NetBSD.org
HOMEPAGE=		http://rubyforge.org/projects/rbclutter/
LICENSE=		gnu-lgpl-v2.1

VERSION=		0.8.0

.if defined(NO_BUILD) && empty(NO_BUILD:M[Nn][Oo])
.include "../../lang/ruby/rubyversion.mk"
.else
USE_RUBY_EXTCONF=	yes
.include "../../lang/ruby/modules.mk"
.endif

.include "../../mk/bsd.pkg.mk"