diff options
Diffstat (limited to 'devel/rubygem-locale/Makefile')
-rw-r--r-- | devel/rubygem-locale/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile deleted file mode 100644 index 6aefde5664d4..000000000000 --- a/devel/rubygem-locale/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.2 -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 |