freebsd-ports/mail/uebimiau/Makefile
Jean Milanez Melo 270f64673f - Update to 2.7.10.
Approved by:	mnag (mentor)
2006-04-07 16:00:17 +00:00

34 lines
777 B
Makefile

# New ports collection makefile for: uebimiau
# Date created: 13 August 2003
# Whom: Francisco Gomez <francisco@gomezmarin.com>
#
# $FreeBSD$
#
PORTNAME= uebimiau
PORTVERSION= 2.7.10
CATEGORIES= mail www
MASTER_SITES= http://www.uebimiau.org/downloads/ \
http://www.freebsdbrasil.com.br/~jmelo/
DISTNAME= ${PORTNAME}-${PORTVERSION}-any
MAINTAINER= jmelo@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
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>