3db2d38185
with the dom-based washtml script" from their commit log gives you some idea ... http://secunia.com/advisories/30734/ (advisory pointed out by viq, thanks!). Lots of other bugs fixed too. Based on a diff from Bruno Bigras. N.B. Upgrading users need to read /var/www/roundcubemail/UPGRADING
37 lines
779 B
Makefile
37 lines
779 B
Makefile
# $OpenBSD: Makefile,v 1.9 2008/06/20 10:31:35 sthen Exp $
|
|
|
|
COMMENT= imap4 webmail client
|
|
|
|
DISTNAME= roundcubemail-0.2-alpha
|
|
PKGNAME= roundcubemail-0.2a
|
|
CATEGORIES= mail www
|
|
HOMEPAGE= http://www.roundcube.net/
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
PREFIX= /var/www
|
|
INSTDIR= ${PREFIX}/roundcubemail
|
|
SUBST_VARS= INSTDIR
|
|
|
|
RUN_DEPENDS= :php5-core-*:www/php5/core
|
|
|
|
do-install:
|
|
@cp -Rp ${WRKDIST} ${INSTDIR}
|
|
@chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
|
|
@find ${INSTDIR} -name \*.orig -exec rm -f {} \;
|
|
@rm -rf ${INSTDIR}/installer
|
|
|
|
.include <bsd.port.mk>
|