aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-locale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-locale/Makefile')
-rw-r--r--devel/rubygem-locale/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile
deleted file mode 100644
index 3dca89debebe..000000000000
--- a/devel/rubygem-locale/Makefile
+++ /dev/null
@@ -1,49 +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.8.0
-CATEGORIES= devel ruby
-MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Ruby implementation of the gettext library
-
-BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc
-
-USE_GETTEXT= yes
-USE_RUBY= yes
-USE_RUBY_FEATURES= racc-runtime
-USE_RUBY_SETUP= yes
-
-RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb
-
-DOCS_EN= ChangeLog README
-DOCS_JA= README.ja
-
-.include <bsd.port.pre.mk>
-
-post-install: doc-install
-
-doc-install:
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}/samples; ${RUBY} makemo.rb
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
-.endfor
-.endif
-
-.include <bsd.port.post.mk>