Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit)
30 lines
663 B
Makefile
30 lines
663 B
Makefile
# 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= ports@FreeBSD.org
|
|
COMMENT= UebiMiau is a simple yet efficient WebMail written in PHP
|
|
|
|
WRKSRC= ${WRKDIR}/webmail
|
|
|
|
USES= zip
|
|
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>
|