diff options
author | knu <knu@FreeBSD.org> | 2001-03-12 18:57:25 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-12 18:57:25 +0000 |
commit | 79b9fb4d7749993d7d5800809db607d3b848ff21 (patch) | |
tree | 5cf2bc87f2bbc1dacbbb8f5201d10d1e22c7a23d /x11-toolkits/ruby-qt2/Makefile.common | |
parent | 0354b5955b35389cef20a2dd42f5e724306b29c5 (diff) | |
download | FreeBSD-ports-79b9fb4d7749993d7d5800809db607d3b848ff21.zip FreeBSD-ports-79b9fb4d7749993d7d5800809db607d3b848ff21.tar.gz |
Update to Ruby/Qt2 0.12.
Introduce ruby-qt2/Makefile.common to share the variables.
Diffstat (limited to 'x11-toolkits/ruby-qt2/Makefile.common')
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile.common | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-qt2/Makefile.common b/x11-toolkits/ruby-qt2/Makefile.common new file mode 100644 index 0000000..27b6ce2 --- /dev/null +++ b/x11-toolkits/ruby-qt2/Makefile.common @@ -0,0 +1,12 @@ +# $FreeBSD$ + +RUBY_QT2_VERSION= 0.12 +RUBY_QT2_PORTVERSION= ${RUBY_QT2_VERSION} +RUBY_QT2_MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/ +RUBY_QT2_DISTNAME= ruby-qt2-${RUBY_QT2_VERSION} + +RUBY_QT2_PORTDIR= ${PORTSDIR}/x11-toolkits/ruby-qt2 + +RUBY_QT2_WRKSRC= ${WRKDIR}/qt2 + +MD5_FILE= ${RUBY_QT2_PORTDIR}/distinfo |