blob: 1212068f4d003f920b025c17a63f525e2de75ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: vqadmin
# Date created: 29 Mar 2001
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= vqadmin
PORTVERSION= 2.2
CATEGORIES= mail
MASTER_SITES= http://www.inter7.com/vqadmin/
MAINTAINER= nbm@FreeBSD.org
COMMENT= A cgi-based Virtual Qmail Domains Administrator
BUILD_DEPENDS= \
${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
RUN_DEPENDS= \
${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --enable-cgibindir=${PREFIX}/www/cgi-bin.default/
.include <bsd.port.mk>
|