1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/mail/vqadmin/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

34 lines
781 B
Makefile

# Created by: nbm
# $FreeBSD$
PORTNAME= vqadmin
PORTVERSION= 2.3.6
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= oliver@FreeBSD.org
COMMENT= CGI-based Virtual Qmail Domains Administrator
BUILD_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:mail/vpopmail
RUN_DEPENDS= ${LOCALBASE}/vpopmail/lib/libvpopmail.a:mail/vpopmail
GNU_CONFIGURE= YES
USES= qmail:vars
CGIBINDIR?= www/cgi-bin-dist
WEBDATADIR?= www/data-dist
CONFIGURE_ARGS= --enable-cgibindir=${STAGEDIR}${PREFIX}/${CGIBINDIR} \
--enable-htmldir=${STAGEDIR}${PREFIX}/${WEBDATADIR} \
--enable-qmaildir=${QMAIL_PREFIX}
PLIST_SUB+= CGIBINDIR=${CGIBINDIR} WEBDATADIR=${WEBDATADIR}
post-patch:
@${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>