diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-20 12:36:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-20 12:36:12 +0000 |
commit | 00398e8f47466a8c67929fae83a593185743df2e (patch) | |
tree | 4f593bada0730209c7e8dd4d523304dad5ee9aaa /devel/ruby-libglade/Makefile | |
parent | Update ruby-{gnome,gtk,gdk_imlib,gdk_pixbuf} to 0.27. (diff) |
ruby-libglade is now part of the Ruby/GNOME suite.
This version is called 0.27 along with the other components, so bump
PORTEPOCH.
Diffstat (limited to 'devel/ruby-libglade/Makefile')
-rw-r--r-- | devel/ruby-libglade/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-libglade/Makefile b/devel/ruby-libglade/Makefile index 6766bd725592..dce569cd462e 100644 --- a/devel/ruby-libglade/Makefile +++ b/devel/ruby-libglade/Makefile @@ -6,12 +6,13 @@ # PORTNAME= libglade -PORTVERSION= 1.2 -PORTREVISION= 2 +PORTVERSION= ${RUBY_GNOME_PORTVERSION} +PORTEPOCH= 1 CATEGORIES= devel ruby gnome -MASTER_SITES= http://beta4.com/ +MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} +MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION:S/./-/g} +DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org @@ -23,10 +24,9 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes USE_GNOME= yes -WRKSRC= ${WRKDIR}/ruby-${PORTNAME} -CONFIGURE_ARGS= --with-glade-include="${LOCALBASE}/include/glade" \ - --with-glib-config="${GLIB_CONFIG}" \ - --with-gtk-config="${GTK_CONFIG}" +.include "${.CURDIR}/../../x11/ruby-gnome/Makefile.common" + +WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} INSTALL_TARGET= site-install post-install: |