2002-02-09 19:44:59 -05:00
|
|
|
# New ports collection makefile for: squirrelmail
|
|
|
|
# Date created: 27 December 2001
|
|
|
|
# Whom: Simon Dick <simond@irrelevant.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= squirrelmail
|
2002-04-30 19:22:52 -04:00
|
|
|
PORTVERSION= 1.2.6
|
2002-02-09 19:44:59 -05:00
|
|
|
CATEGORIES= mail www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= squirrelmail
|
|
|
|
|
|
|
|
MAINTAINER= simond@irrelevant.org
|
|
|
|
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${ECHO} "Your umask should be lax while installing this. Like, 022 or something."
|
|
|
|
@${SH} pkg-install ${PKGNAME} PRE-INSTALL
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/squirrelmail
|
|
|
|
${CP} -R ${WRKSRC}/* ${PREFIX}/squirrelmail
|
|
|
|
${CHOWN} -R www:www ${PREFIX}/squirrelmail/data
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|