summaryrefslogtreecommitdiff
path: root/x11/ruby-tk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ruby-tk/Makefile')
-rw-r--r--x11/ruby-tk/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile
deleted file mode 100644
index 04136a01ae5..00000000000
--- a/x11/ruby-tk/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2005/11/03 07:22:58 taca Exp $
-
-DISTNAME= ${RUBY_DISTNAME}
-PKGNAME= ${RUBY_PKGPREFIX}-tk-${RUBY_VERSION}
-CATEGORIES= x11 ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-
-MAINTAINER= taca@NetBSD.org
-HOMEPAGE= ${RUBY_HOMEPAGE}
-COMMENT= Ruby interface to the Tk widget set
-
-DEPENDS+= ${RUBY_PKGPREFIX}-tcltklib>=${RUBY_VERSION}:../../x11/ruby-tcltklib
-
-RUBY_HAS_ARCHLIB= yes
-USE_RUBY_EXTCONF= yes
-EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk
-WRKSRC= ${RUBY_WRKSRC}/ext/tk
-
-REPLACE_RUBY_DIRS= ${WRKSRC}/sample
-
-pre-configure:
- @cd ${WRKSRC}; \
- ${FIND} . \( -name '*.orig' -o -name '*.bak' \) -exec ${RM} -f {} \;
-
-post-install:
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/tk
- ${CP} -r ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/tk
-
-.include "../../lang/ruby/modules.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../lang/tcl/buildlink3.mk"
-.include "../../x11/tk/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"