diff options
author | knu <knu@FreeBSD.org> | 2002-03-20 20:36:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-20 20:36:12 +0800 |
commit | b325b7631c3b46faf2e3d3a7f8ee5796a7377d43 (patch) | |
tree | 807ee72edb7fc084ce2d2807864a35462bae48d6 /devel/ruby-libglade2/Makefile | |
parent | 45f8a8857c0ebbf591fa9f98c1b3ceb792c87bc7 (diff) | |
download | freebsd-ports-gnome-b325b7631c3b46faf2e3d3a7f8ee5796a7377d43.tar.gz freebsd-ports-gnome-b325b7631c3b46faf2e3d3a7f8ee5796a7377d43.tar.zst freebsd-ports-gnome-b325b7631c3b46faf2e3d3a7f8ee5796a7377d43.zip |
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-libglade2/Makefile')
-rw-r--r-- | devel/ruby-libglade2/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile index 6766bd725592..dce569cd462e 100644 --- a/devel/ruby-libglade2/Makefile +++ b/devel/ruby-libglade2/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: |