blob: b9377dfdd377485166c008182c53aaefd58467ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Created by: nork@FreeBSD.org
# $FreeBSD$
PORTNAME= mobileimap
PORTVERSION= 2.7
CATEGORIES= japanese mail
MASTER_SITES= http://0xcc.net/mobileimap/
MAINTAINER= ports@FreeBSD.org
COMMENT= An IMAP-based webmail system for mobile-phones
DEPRECATED= Broken for more than 6 month
EXPIRATION_DATE= 2013-11-18
USE_RUBY= yes
USE_RUBY_FEATURES= iconv openssl zlib
RUBY_SHEBANG_FILES= mobileimap.in
ALL_TARGET= mobileimap
PLIST_FILES= bin/mobileimap
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>
|