freebsd-ports/textproc/ruby-amatch/Makefile

40 lines
849 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ruby/amatch
# Date created: 10 November 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= amatch
2005-11-26 01:31:36 +01:00
PORTVERSION= 0.2.2
CATEGORIES= textproc ruby
2005-11-26 01:31:36 +01:00
MASTER_SITES= http://rubyforge.org/frs/download.php/7008/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
2003-02-18 06:42:05 +01:00
COMMENT= A Ruby library for approximate string matching and searching
USE_RUBY= yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
INSTALL_TARGET= site-install
PLIST_FILES= bin/agrep.rb %%RUBY_SITEARCHLIBDIR%%/amatch.so
DOCSDIR= ${RUBY_MODDOCDIR}
PORTDOCS= CHANGES README.en
2005-11-26 01:31:36 +01:00
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
2005-11-26 01:31:36 +01:00
.include <bsd.port.post.mk>