summaryrefslogtreecommitdiff
path: root/mail/rubygem-tmail/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-11-17 01:18:44 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-11-17 01:18:44 +0000
commitf8374320671c6a39b6d2935b5b3e21b5824e4407 (patch)
treee8f1280d7479efefe71879ca2d9e78fbe327b405 /mail/rubygem-tmail/Makefile
parent088b4fa7df37b5bea6880adfa83fcc36d9e7dc6a (diff)
Diffstat (limited to 'mail/rubygem-tmail/Makefile')
-rw-r--r--mail/rubygem-tmail/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile
deleted file mode 100644
index 3fdb0689797d..000000000000
--- a/mail/rubygem-tmail/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: Ruby-TMail
-# Date created: 22 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tmail
-PORTVERSION= 0.10.8
-CATEGORIES= mail ruby
-MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A RFC2822/MIME compliant mail manipulating library for Ruby
-
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-USE_RUBY_FEATURES= racc-runtime
-
-DOCS_EN= Incompatibilities README.en doc.en/* \
- *ChangeLog BUGS TODO
-DOCS_JA= Incompatibilities.ja README.ja doc.ja/*
-
-do-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${CP} -R ${WRKSRC}/sample/ ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
-.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>