blob: b16964244c2251bb004499b52181e2776e3d22d7 (
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
|
# Created by: Francisco Gomez <francisco@gomezmarin.com>
# $FreeBSD$
PORTNAME= uebimiau
PORTVERSION= 2.7.11
CATEGORIES= mail www
MASTER_SITES= http://www.uebimiau.org/downloads/
DISTNAME= ${PORTNAME}-${PORTVERSION}-any
MAINTAINER= sylvio@FreeBSD.org
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
NO_STAGE= yes
do-install:
${MKDIR} ${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>
|