openbsd-ports/mail/roundcubemail/Makefile
steven ee4157815d improve the documentation a bit
from maintainer Stuart Henderson
2007-06-01 10:24:30 +00:00

36 lines
756 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/06/01 10:24:30 steven Exp $
COMMENT= "imap4 webmail client"
DISTNAME= roundcubemail-0.1-rc1
PKGNAME= roundcubemail-0.1rc1p0
CATEGORIES= mail www
HOMEPAGE= http://www.roundcube.net/
MAINTAINER= Stuart Henderson <stu@spacehopper.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>