# Created by: Bartlomiej Rutkowski # $FreeBSD$ PORTNAME= hastymail2 PORTVERSION= 1.1.${HASTYMAIL_REV:S/.//g} CATEGORIES= www mail MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/hastymail2-devel/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-devel-${HASTYMAIL_REV} MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast and secure yet powerful IMAP webmail LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= unfetchable DEPRECATED= Unfetchable, unmaintained EXPIRATION_DATE= 2019-10-16 NO_BUILD= yes SUB_FILES= pkg-message USES= php:web USE_PHP= session imap pcre WRKSRC= ${WRKDIR}/${PORTNAME} FIND_SKIP_OPTS= -not -name hastymail2.conf.example -not -name '*.orig' CONFLICTS_INSTALL= hastymail2-[0-9]* HASTYMAIL_REV= 2011.08.22 PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" OPTIONS_DEFINE= PGSQL MYSQL DB DB_DESC= Use older pear DB (instead of MDB2) .include .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes .if ! ${PORT_OPTIONS:MDB} RUN_DEPENDS+= ${LOCALBASE}/share/pear/MDB2/Driver/mysql.php:databases/pear-MDB2_Driver_mysql@${PHP_FLAVOR} .endif .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql .if ! ${PORT_OPTIONS:MDB} RUN_DEPENDS+= ${LOCALBASE}/share/pear/MDB2/Driver/pgsql.php:databases/pear-MDB2_Driver_pgsql@${PHP_FLAVOR} .endif .endif .if ${PORT_OPTIONS:MDB} && (${PORT_OPTIONS:MMYSQL} || ${PORT_OPTIONS:MPGSQL}) RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR} .endif post-patch: @${SED} -I.orig -e "s#'/etc/hastymail2/hastymail2.rc'#'${ETCDIR}/hastymail2.rc'#" \ ${WRKSRC}/index.php @${SED} -I.orig -e "s# /etc/hastymail/hastyamil2.rc# ${ETCDIR}/hastyamil2.rc#" \ ${WRKSRC}/hastymail2.conf.example do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} cd ${WRKSRC} && ${FIND} . ${FIND_SKIP_OPTS} \ | ${PAX} -rwd ${STAGEDIR}${WWWDIR} @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/hastymail2.conf.example \ ${STAGEDIR}${ETCDIR}/hastymail2.conf.sample .include