openbsd-ports/mail/roundcubemail/Makefile
ajacoutot c1386052dd - add a patch to make downloading attachments over HTTPS work
- add a patch to correctly get user timezone (from sthen@)

ok sthen@
2007-09-17 11:45:26 +00:00

36 lines
755 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/09/17 11:45:26 ajacoutot Exp $
COMMENT= imap4 webmail client
DISTNAME= roundcubemail-0.1-rc1
PKGNAME= roundcubemail-0.1rc1p2
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 {} \;
.include <bsd.port.mk>