summaryrefslogtreecommitdiff
path: root/x11/ruby-X11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/ruby-X11/Makefile')
-rw-r--r--x11/ruby-X11/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/x11/ruby-X11/Makefile b/x11/ruby-X11/Makefile
new file mode 100644
index 000000000000..11acd3349f26
--- /dev/null
+++ b/x11/ruby-X11/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: RubyX11
+# Date created: 31 May 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= X11
+PORTVERSION= 0.2
+CATEGORIES= x11 ruby
+MASTER_SITES= http://hostname.2y.net/~matju/RubyX11/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= Ruby${PORTNAME}-${PORTVERSION}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+
+NO_BUILD= yes
+
+DOCS= ChangeLog Documentation Overview TODO
+EXAMPLES= tests/*
+
+do-install:
+ ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/* ${RUBY_SITELIBDIR}/${PORTNAME}/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+.for f in ${EXAMPLES}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+.endfor
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+.endfor
+.endif
+
+.include <bsd.port.mk>