aboutsummaryrefslogtreecommitdiff
path: root/mail/uebimiau
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-10 11:22:29 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-10 11:22:29 +0000
commite07d98134d523ef243d5d2b5e01888cf34835328 (patch)
treeeddbca16be135c47a86673048434738570fdd3ab /mail/uebimiau
parent8f8419b9c988ef128e2988e3fa99671368837010 (diff)
downloadports-e07d98134d523ef243d5d2b5e01888cf34835328.tar.gz
ports-e07d98134d523ef243d5d2b5e01888cf34835328.zip
Notes
Diffstat (limited to 'mail/uebimiau')
-rw-r--r--mail/uebimiau/Makefile12
-rw-r--r--mail/uebimiau/distinfo6
-rw-r--r--mail/uebimiau/files/pkg-message.in8
3 files changed, 21 insertions, 5 deletions
diff --git a/mail/uebimiau/Makefile b/mail/uebimiau/Makefile
index b00672af5840..0180fe830bd7 100644
--- a/mail/uebimiau/Makefile
+++ b/mail/uebimiau/Makefile
@@ -9,23 +9,31 @@ PORTNAME= uebimiau
DISTVERSION= 2.7.9
CATEGORIES= mail www
MASTER_SITES= http://www.uebimiau.org/downloads/ \
+ http://www.freebsdbrasil.com.br/~jmelo/ \
http://freebsd.jose.idv.tw/download/ \
http://my.so-net.net.tw/jliang/uebimiau/
DISTNAME= ${PORTNAME}-${DISTVERSION}-any
-MAINTAINER= francisco@gomezmarin.com
+MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT= UebiMiau is a simple yet efficient WebMail written in PHP
+WRKSRC= ${WRKDIR}/webmail
+
+USE_ZIP= yes
USE_PHP= pcre
WANT_PHP_MOD= yes
NO_BUILD= yes
+SUB_FILES= pkg-message
post-extract:
@${RM} -f ${WRKSRC}/themes/aleborgXP/C?pia\ de\ messagelist.htm
do-install:
${MKDIR} ${PREFIX}/www/data/${PORTNAME}
- ${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
+ ${CP} -vR ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
${CHOWN} -R www:www ${PREFIX}/www/data/${PORTNAME}
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/mail/uebimiau/distinfo b/mail/uebimiau/distinfo
index 262744a597b1..b0b6cc06ab55 100644
--- a/mail/uebimiau/distinfo
+++ b/mail/uebimiau/distinfo
@@ -1,3 +1,3 @@
-MD5 (uebimiau-2.7.9-any.tar.gz) = b8bddb33ac2412299f08539564cb1e47
-SHA256 (uebimiau-2.7.9-any.tar.gz) = eb152af1b11175bd8321778908afd5332bf8fbf4aeed66ce290d718255b8bf76
-SIZE (uebimiau-2.7.9-any.tar.gz) = 491193
+MD5 (uebimiau-2.7.9-any.zip) = 8284ee2d6b4693c98a47c64963f80249
+SHA256 (uebimiau-2.7.9-any.zip) = eae52210e8bffac1cfd871c7ce5c9f6369c11c78ee28eefb87a914757bd08feb
+SIZE (uebimiau-2.7.9-any.zip) = 690161
diff --git a/mail/uebimiau/files/pkg-message.in b/mail/uebimiau/files/pkg-message.in
new file mode 100644
index 000000000000..00e5d722de0f
--- /dev/null
+++ b/mail/uebimiau/files/pkg-message.in
@@ -0,0 +1,8 @@
+
+*****************************************************************************
+You have installed the uebimiau package.
+
+Now you should edit %%PREFIX%%/www/data/uebimiau/inc/config.php and set your
+preferences.
+
+*****************************************************************************