aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-tmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rubygem-tmail/Makefile')
-rw-r--r--mail/rubygem-tmail/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile
deleted file mode 100644
index 3d488efa1fff..000000000000
--- a/mail/rubygem-tmail/Makefile
+++ /dev/null
@@ -1,43 +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.8.13
-CATEGORIES= mail ruby
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www1.u-netsurf.ne.jp/~brew/mine/soft/
-MASTER_SITE_SUBDIR= knu
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \
- ${RUBY_SITEARCHLIBDIR}/strscan.so:${PORTSDIR}/devel/ruby-strscan
-
-USE_RUBY= yes
-USE_RUBY_AMSTD= yes
-USE_RUBY_SETUP= yes
-
-post-patch:
- ${PERL} -i -ne '/\btmail\b/ and print' \
- ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV
- for d in cparse strscanso; do ${RM} -rf ${WRKSRC}/ext/$$d; done
- for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done
-
-do-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/tmail
- ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/tmail/
- ${MKDIR} ${RUBY_DOCDIR}/tmail/ja
- ${CP} -R ${WRKSRC}/README.en ${WRKSRC}/doc.en/ ${RUBY_DOCDIR}/tmail/
- ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/
-.endif
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.ruby.mk"
-.include <bsd.port.post.mk>