diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-08 17:51:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-05-08 17:51:24 +0000 |
commit | 456d4e0c66ec4f28b6470ba39f21864bc9c6c78f (patch) | |
tree | 5037d0b88d9a566220f565bfdad020e5383adc9c /japanese/mobileimap | |
parent | f2dc8a3dc6aacf60c50ce6a6018e4a332b5747df (diff) | |
download | ports-456d4e0c66ec4f28b6470ba39f21864bc9c6c78f.tar.gz ports-456d4e0c66ec4f28b6470ba39f21864bc9c6c78f.zip |
Notes
Diffstat (limited to 'japanese/mobileimap')
-rw-r--r-- | japanese/mobileimap/Makefile | 30 | ||||
-rw-r--r-- | japanese/mobileimap/distinfo | 2 | ||||
-rw-r--r-- | japanese/mobileimap/pkg-descr | 3 |
3 files changed, 35 insertions, 0 deletions
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/ |