freebsd-ports/mail/ruby-tmail/Makefile

41 lines
969 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ruby-TMail
# Date created: 22 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= tmail
2004-02-28 07:33:33 +01:00
PORTVERSION= 0.10.8
CATEGORIES= mail ruby
MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/
2002-01-03 21:30:38 +01:00
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-09-07 09:44:38 +02:00
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
2010-04-28 07:12:58 +02:00
MAINTAINER= ruby@FreeBSD.org
2003-02-18 06:42:05 +01:00
COMMENT= A RFC2822/MIME compliant mail manipulating library for Ruby
2000-09-07 09:44:38 +02:00
USE_RUBY= yes
USE_RUBY_SETUP= yes
USE_RUBY_FEATURES= racc-runtime
2003-06-01 14:13:03 +02:00
DOCS_EN= Incompatibilities README.en doc.en/* \
*ChangeLog BUGS TODO
DOCS_JA= Incompatibilities.ja README.ja doc.ja/*
do-install:
.if !defined(NOPORTDOCS)
2002-10-06 23:38:34 +02:00
${MKDIR} ${RUBY_MODEXAMPLESDIR}
2003-06-01 14:13:03 +02:00
${CP} -R ${WRKSRC}/sample/ ${RUBY_MODEXAMPLESDIR}/
2002-10-06 23:38:34 +02:00
${MKDIR} ${RUBY_MODDOCDIR}/ja
2003-06-01 14:13:03 +02:00
.for f in ${DOCS_EN}
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.for f in ${DOCS_JA}
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
.endif
.include <bsd.port.mk>