2002-01-16 12:51:32 +01:00
|
|
|
# New ports collection makefile for: RubyMail
|
|
|
|
# Date created: 16 January 2002
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-03-20 20:41:31 +01:00
|
|
|
PORTNAME= rmail
|
2004-05-03 06:26:06 +02:00
|
|
|
PORTVERSION= 0.17
|
2002-01-16 12:51:32 +01:00
|
|
|
CATEGORIES= mail ruby
|
2002-02-03 20:10:27 +01:00
|
|
|
MASTER_SITES= http://www.lickey.com/rubymail/download/
|
2002-01-16 12:51:32 +01:00
|
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
2002-03-20 20:41:31 +01:00
|
|
|
DISTNAME= rubymail-${PORTVERSION}
|
2002-01-16 12:51:32 +01:00
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
2009-06-16 17:53:25 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2003-02-18 06:42:05 +01:00
|
|
|
COMMENT= A light-weight mail manipulating library for Ruby
|
2002-01-16 12:51:32 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
2003-02-06 13:46:40 +01:00
|
|
|
USE_RUBY_SETUP= yes
|
|
|
|
RUBY_SETUP= install.rb
|
2002-01-16 12:51:32 +01:00
|
|
|
|
2003-01-15 14:50:10 +01:00
|
|
|
DOCS= NEWS NOTES README THANKS TODO doc
|
2002-01-19 12:24:16 +01:00
|
|
|
|
2003-01-01 17:28:19 +01:00
|
|
|
post-extract:
|
|
|
|
${FIND} ${WRKSRC} -name '*~' -delete
|
|
|
|
|
2003-02-06 13:46:40 +01:00
|
|
|
post-install:
|
2002-01-16 12:51:32 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-10-06 23:38:34 +02:00
|
|
|
${MKDIR} ${RUBY_MODDOCDIR}
|
2002-02-20 07:15:01 +01:00
|
|
|
.for f in ${DOCS}
|
2002-10-06 23:38:34 +02:00
|
|
|
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
|
2002-02-20 07:15:01 +01:00
|
|
|
.endfor
|
2002-01-16 12:51:32 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|