2011-11-08 16:37:33 +01:00
|
|
|
# $NetBSD: Makefile,v 1.20 2011/11/08 15:37:34 taca Exp $
|
2001-07-01 14:54:55 +02:00
|
|
|
|
2010-09-10 09:01:51 +02:00
|
|
|
DISTNAME= tmail-1.2.7.1
|
2011-11-08 16:37:33 +01:00
|
|
|
PKGREVISION= 2
|
2008-04-04 17:19:46 +02:00
|
|
|
CATEGORIES= mail
|
2001-07-01 14:54:55 +02:00
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= taca@NetBSD.org
|
2008-01-27 17:46:46 +01:00
|
|
|
HOMEPAGE= http://tmail.rubyforge.org/
|
2001-07-01 14:54:55 +02:00
|
|
|
COMMENT= Mail manipulating library for Ruby including MIME multipart support
|
2010-09-10 09:01:51 +02:00
|
|
|
LICENSE= mit
|
2008-01-27 17:46:46 +01:00
|
|
|
|
2008-04-13 07:25:09 +02:00
|
|
|
# Add a directory that would be created if the setup.rb script was run.
|
2010-09-10 09:01:51 +02:00
|
|
|
pre-configure:
|
2008-04-13 07:25:09 +02:00
|
|
|
cd ${WRKSRC} && mkdir doc
|
2010-09-10 09:01:51 +02:00
|
|
|
${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
|
2008-04-13 07:25:09 +02:00
|
|
|
|
2010-09-10 09:01:51 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
2001-07-01 14:54:55 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|