2000-08-22 10:36:30 +02:00
|
|
|
# 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
|
2000-08-22 10:36:30 +02:00
|
|
|
CATEGORIES= mail ruby
|
2002-10-08 13:38:07 +02:00
|
|
|
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}
|
2000-08-22 10:36:30 +02:00
|
|
|
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-08-22 10:36:30 +02:00
|
|
|
|
2000-09-07 09:44:38 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBY_SETUP= yes
|
2002-09-21 09:11:33 +02:00
|
|
|
USE_RUBY_FEATURES= racc-runtime
|
2000-08-22 10:36:30 +02:00
|
|
|
|
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/*
|
2000-08-22 10:36:30 +02:00
|
|
|
|
|
|
|
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
|
2000-08-22 10:36:30 +02:00
|
|
|
.endif
|
|
|
|
|
2002-09-21 09:11:33 +02:00
|
|
|
.include <bsd.port.mk>
|