# $OpenBSD: Makefile,v 1.26 2006/12/09 08:52:11 steven Exp $ COMMENT= "highly configurable webmail client" DISTNAME= openwebmail-2.51 PKGNAME= ${DISTNAME}p0 CATEGORIES= mail www HOMEPAGE= http://www.openwebmail.org/ MAINTAINER= Kevin Lo PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM=Yes PERMIT_DISTFILES_FTP= Yes MASTER_SITES= ${HOMEPAGE}/openwebmail/download/release/ \ http://turtle.ee.ncku.edu.tw/openwebmail/download/release/ RUN_DEPENDS= ::textproc/ispell \ ::mail/tnef \ :p5-Text-Iconv->=1.2:converters/p5-Text-Iconv \ :p5-CGI-SpeedyCGI->=2.21:www/p5-CGI-SpeedyCGI \ :p5-Compress-Zlib->=1.22:archivers/p5-Compress-Zlib \ :p5-Quota->=1.4.6:sysutils/p5-Quota \ :p5-Authen-SASL->=2.08:security/p5-Authen-SASL \ :p5-IO-Socket-SSL->=0.96:security/p5-IO-Socket-SSL NO_BUILD= Yes NO_REGRESS= Yes PKG_ARCH= * WRKDIST= ${WRKDIR} PREFIX= /var/www CONFDIR= ${PREFIX}/conf SUBST_VARS= CONFDIR SCRIPTFILES= openwebmail-abook.pl openwebmail-advsearch.pl \ openwebmail-cal.pl openwebmail-folder.pl \ openwebmail-main.pl openwebmail-prefs.pl \ openwebmail-read.pl openwebmail-saprefs.pl \ openwebmail-send.pl openwebmail-spell.pl \ openwebmail-tool.pl openwebmail-vdomain.pl \ openwebmail-viewatt.pl openwebmail-webdisk.pl \ openwebmail.pl do-configure: .for file in ${SCRIPTFILES} @perl -pi -e 's@%%SYSCONFDIR%%@${CONFDIR}@g' \ ${WRKSRC}/cgi-bin/openwebmail/${file} .endfor @perl -pi -e 's@%%SYSCONFDIR%%@${CONFDIR}@g' \ ${WRKSRC}/cgi-bin/openwebmail/shares/ow-shared.pl @cd ${WRKSRC} && cp -Rp data htdocs @find ${WRKSRC}/cgi-bin -name '*.orig' |xargs rm @cd ${WRKSRC} && mkdir -p conf/openwebmail && \ cp -Rp cgi-bin/openwebmail/etc/* conf/openwebmail @find ${WRKSRC}/cgi-bin -name 'etc' -type d |xargs rm -rf do-install: ${INSTALL_DATA_DIR} ${CONFDIR}/openwebmail ${TAR} -C ${WRKSRC} -cf- cgi-bin conf htdocs | \ ${TAR} -C ${PREFIX} -xpf- chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/* post-install: @echo "/var/www/cgi-bin/openwebmail/" \ > ${CONFDIR}/openwebmail/openwebmail_path.conf .include