diff options
Diffstat (limited to 'devel/rubygem-gettext/Makefile')
-rw-r--r-- | devel/rubygem-gettext/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile deleted file mode 100644 index e49fefa1750e..000000000000 --- a/devel/rubygem-gettext/Makefile +++ /dev/null @@ -1,54 +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= 1.10.0 -PORTREVISION= 1 -CATEGORIES= devel ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -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= racc:${PORTSDIR}/devel/ruby-racc - -USE_GETTEXT= yes -USE_RUBY= yes -USE_RUBY_FEATURES= racc-runtime iconv -USE_RUBY_SETUP= yes - -RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb - -DOCSDIR= ${RUBY_MODDOCDIR} -PORTDOCS= ChangeLog NEWS README - -RUBY_REQUIRE= Ruby >= 184 - -.include <bsd.port.pre.mk> - -.if !defined(RUBY_PROVIDED) -IGNORE= requires Ruby 1.8.4 or later -.endif - -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} -.for f in ${PORTDOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.post.mk> |