diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
| commit | 47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch) | |
| tree | 9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /textproc/ruby-xmlscan-old/Makefile | |
| parent | a7b4667654401c6cff9093ae6ebd74c74d6776ac (diff) | |
Diffstat (limited to 'textproc/ruby-xmlscan-old/Makefile')
| -rw-r--r-- | textproc/ruby-xmlscan-old/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/textproc/ruby-xmlscan-old/Makefile b/textproc/ruby-xmlscan-old/Makefile deleted file mode 100644 index 934ebb633d8d..000000000000 --- a/textproc/ruby-xmlscan-old/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: ruby-xmlscan -# Date created: 7 August 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= xmlscan -PORTVERSION= 0.0.10 -CATEGORIES= textproc ruby -MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc - -USE_RUBY= yes -USE_RUBY_FEATURES= racc-runtime - -do-build: - cd ${WRKSRC}; racc -v -g -c -o xmldtd.rb xmldtd.ry - -do-install: - cd ${WRKSRC}; ${INSTALL_DATA} [hx]*.rb ${RUBY_SITELIBDIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/ -.endif - -.include <bsd.port.mk> |
