mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
2b0b909de3
PR: ports/80597 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: Francisco Gomez Marin <francisco@gomezmarin.com> (maintainer)
27 lines
640 B
Makefile
27 lines
640 B
Makefile
# New ports collection makefile for: uebimiau
|
|
# Date created: 13 August 2003
|
|
# Whom: Francisco Gomez <francisco@gomezmarin.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uebimiau
|
|
DISTVERSION= 2.7.8-RC1
|
|
CATEGORIES= mail www
|
|
MASTER_SITES= http://www.uebimiau.org/downloads/
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}-any
|
|
|
|
MAINTAINER= francisco@gomezmarin.com
|
|
COMMENT= UebiMiau is a simple yet efficient WebMail written in PHP
|
|
|
|
USE_PHP= pcre
|
|
WANT_PHP_MOD= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/www/data/${PORTNAME}
|
|
${CP} -R ${WRKSRC}/* ${PREFIX}/www/data/${PORTNAME}
|
|
${CHOWN} -R www:www ${PREFIX}/www/data/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|