freebsd-ports/mail/ruby-rmail/Makefile

37 lines
758 B
Makefile
Raw Normal View History

# New ports collection makefile for: RubyMail
# Date created: 16 January 2002
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= rmail
2004-05-03 06:26:06 +02:00
PORTVERSION= 0.17
CATEGORIES= mail ruby
2002-02-03 20:10:27 +01:00
MASTER_SITES= http://www.lickey.com/rubymail/download/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= rubymail-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
2003-02-18 06:42:05 +01:00
COMMENT= A light-weight mail manipulating library for Ruby
USE_RUBY= yes
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
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
post-install:
.if !defined(NOPORTDOCS)
2002-10-06 23:38:34 +02:00
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
2002-10-06 23:38:34 +02:00
${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>