mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
632ffd1c03
appearing in it and a bunch of redundant "@exec mkdir" invocations, so a PORTREVISION bump.
37 lines
778 B
Makefile
37 lines
778 B
Makefile
# Created by: jamrich.majo@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dracmail
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF/dracmail/release/
|
|
DISTNAME= dracMail-${PORTVERSION}_release
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= DracMail is a webmail interface built using PHP
|
|
|
|
USE_PHP+= mysql imap dom tidy iconv mbstring
|
|
USE_MYSQL= yes
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
|
|
|
OPTIONS_DEFINE= PGSQL APACHE LIGHTTPD
|
|
OPTIONS_DEFAULT=APACHE
|
|
|
|
PGSQL_USE= PHP=pgsql
|
|
APACHE_USE= APACHE_RUN=22+
|
|
LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd
|
|
|
|
post-extract:
|
|
@${MKDIR} ${WRKSRC}
|
|
-@${MV} ${WRKDIR}/* ${WRKSRC}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
${CP} -rp ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|