summaryrefslogtreecommitdiff
path: root/textproc/ruby-nqxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-nqxml/Makefile')
-rw-r--r--textproc/ruby-nqxml/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/textproc/ruby-nqxml/Makefile b/textproc/ruby-nqxml/Makefile
new file mode 100644
index 000000000000..14605a446666
--- /dev/null
+++ b/textproc/ruby-nqxml/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: NQXML
+# Date created: 10 March 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nqxml
+PORTVERSION= 0.5.1
+CATEGORIES= textproc ruby
+MASTER_SITES= http://www.io.com/~jimm/downloads/nqxml/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+
+NO_BUILD= yes
+
+DOCS= ChangeLog README Credits TODO
+
+do-install:
+ cd ${WRKSRC} && ${RUBY} install.rb
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+.for f in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+.endfor
+.endif
+
+.include <bsd.port.mk>