freebsd-ports/mail/vqregister/Makefile
Sergei Kolobov a110ceccb6 Add vqregister 2.6, an extremely admin-configurable email user signup CGI.
vQregister is a CGI which allows new email users to signup on your system.
It is extremely configurable, and has many methods of operation.
 * Configurable to allow random generation of passwords, which are
   emailed to users.
 * Redirect your users (ie, SqWebmail) after the signup process is complete.
 * Fully templacized HTML, and email output.

WWW:	http://www.inter7.com/vqregister.html

PR:		59525
Submitted by:	Dan Caescu <daniel@freebsd.ro>
2003-12-12 14:23:53 +00:00

36 lines
865 B
Makefile

# New ports collection makefile for: vqregister
# Date created: 2003-11-15
# Whom: Dan Caescu <daniel@freebsd.ro>
#
# $FreeBSD$
#
PORTNAME= vqregister
PORTVERSION= 2.6
CATEGORIES= mail www
MASTER_SITES= http://www.inter7.com/vqregister/
MAINTAINER= daniel@freebsd.ro
COMMENT= An extremely admin-configurable email user signup CGI
BUILD_DEPENDS= ${VPOPMAIL_DIR}:${PORTSDIR}/mail/vpopmail
RUN_DEPENDS= ${VPOPMAIL_DIR}:${PORTSDIR}/mail/vpopmail \
${WWW_DIR}:${PORTSDIR}/www/apache13
VPOPMAIL_DIR?= ${LOCALBASE}/vpopmail
WWW_DIR?= ${LOCALBASE}/www
USE_MYSQL= yes
MAKE_ENV= VDIR=${VPOPMAIL_DIR} WWW_DIR=${WWW_DIR}
PLIST_SUB= WWW_DIR=${WWW_DIR}
DOCS= CONFIG CONTRIBUTORS FORM HISTORY TEMPLATE
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>