diff options
author | nork <nork@FreeBSD.org> | 2004-05-09 01:51:24 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-05-09 01:51:24 +0800 |
commit | 7283550e3c4cbb9f343d8cdc38f70c22f9c3156d (patch) | |
tree | 8ef434633a7cbb9455086641ccabe2bdaa38bdb4 /japanese | |
parent | c0515cc36fccaeffe8ff79804da6d5610f1bb581 (diff) | |
download | freebsd-ports-gnome-7283550e3c4cbb9f343d8cdc38f70c22f9c3156d.tar.gz freebsd-ports-gnome-7283550e3c4cbb9f343d8cdc38f70c22f9c3156d.tar.zst freebsd-ports-gnome-7283550e3c4cbb9f343d8cdc38f70c22f9c3156d.zip |
Add mobileimap 2.4, an IMAP-based webmail system for mobile-phones.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/mobileimap/Makefile | 30 | ||||
-rw-r--r-- | japanese/mobileimap/distinfo | 2 | ||||
-rw-r--r-- | japanese/mobileimap/pkg-descr | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 0922c12ed84d..f5efe8001b34 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -213,6 +213,7 @@ SUBDIR += mikachan-ttfonts SUBDIR += mimekit SUBDIR += ming + SUBDIR += mobileimap SUBDIR += monafonts SUBDIR += monafonts-ttf SUBDIR += motoya-ttfonts diff --git a/japanese/mobileimap/Makefile b/japanese/mobileimap/Makefile new file mode 100644 index 000000000000..b97eaf1cee52 --- /dev/null +++ b/japanese/mobileimap/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: mobileimap +# Date created: 2004/05/09 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= mobileimap +PORTVERSION= 2.4 +CATEGORIES= japanese mail +MASTER_SITES= http://namazu.org/~satoru/mobileimap/ + +MAINTAINER= nork@FreeBSD.org +COMMENT= An IMAP-based webmail system for mobile-phones + +USE_RUBY= yes +USE_RUBY_FEATURES= iconv openssl zlib +USE_REINPLACE= yes + +RUBY_VER= 1.8 +RUBY_SHEBANG_FILES= mobileimap.in + +ALL_TARGET= mobileimap + +PLIST_FILES= bin/mobileimap + +post-patch: + ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/japanese/mobileimap/distinfo b/japanese/mobileimap/distinfo new file mode 100644 index 000000000000..45279bad6f83 --- /dev/null +++ b/japanese/mobileimap/distinfo @@ -0,0 +1,2 @@ +MD5 (mobileimap-2.4.tar.gz) = cca5910499200db28494056b57c271a7 +SIZE (mobileimap-2.4.tar.gz) = 31572 diff --git a/japanese/mobileimap/pkg-descr b/japanese/mobileimap/pkg-descr new file mode 100644 index 000000000000..54acca35bbec --- /dev/null +++ b/japanese/mobileimap/pkg-descr @@ -0,0 +1,3 @@ +An IMAP-based webmail system for mobile-phones. + +WWW: http://namazu.org/~satoru/mobileimap/ |