aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /devel/rubygem-gettext/Makefile
parent6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (diff)
Notes
Diffstat (limited to 'devel/rubygem-gettext/Makefile')
-rw-r--r--devel/rubygem-gettext/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile
deleted file mode 100644
index a93d63198310..000000000000
--- a/devel/rubygem-gettext/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: Ruby GetText Package
-# Date created: 4 February 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gettext
-PORTVERSION= 0.5.1
-CATEGORIES= devel ruby
-MASTER_SITES= ${MASTER_SITE_RUBY}
-MASTER_SITE_SUBDIR= contrib
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A Ruby implementation of the gettext library
-
-BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \
- racc:${PORTSDIR}/devel/ruby-racc
-
-USE_RUBY= yes
-USE_RUBY_FEATURES= racc-runtime
-USE_RUBY_SETUP= yes
-RUBY_SETUP= install.rb
-
-RUBY_RD_FILES= # defined
-RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb
-
-post-install: doc-install
-
-.include <bsd.port.mk>
-
-doc-install:
-.if !defined(NOPORTDOCS)
-.if !defined(RUBY_NO_RD_HTML)
- cd ${WRKSRC}/docs; ${RUBY} makehtml.rb
-.endif
- cd ${WRKSRC}/samples; ${RUBY} makemo.rb
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}
- ${CP} -R ${WRKSRC}/docs/* ${RUBY_MODDOCDIR}/
-.endif