# New ports collection makefile for: jailup-qmail # Date created: 2002-05-24 # Whom: @BABOLO <.@babolo.ru> # # $FreeBSD$ # $Id: Makefile,v 1.24 2013/10/23 13:33:13 babolo Exp $ # PORTNAME= jailup-qmail PORTVERSION= 1.03 CATEGORIES= jailup MASTER_SITES= http://free.babolo.ru/src/ ftp://ftp.a.babolo.ru/src/ http://www.a.babolo.ru/src/ DIST_SUBDIR= jailup MAINTAINER= .@babolo.ru COMMENT= Tool to establish "light weight" qmail jails BUILD_DEPENDS= ${LOCALBASE}/include/babolo/jailup-base.VERSION:${PORTSDIR}/jailup/jailup-base\ ${LOCALBASE}/include/babolo/babolo-libmake.VERSION:${PORTSDIR}/devel/babolo-libmake\ gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= jailupctl:${PORTSDIR}/jailup/jailup-base\ checkpassword:${PORTSDIR}/security/checkpassword\ ${QMAIL_DIR}/bin/qmail-queue:${PORTSDIR}/mail/${QMAIL_PORT} .if exists(${PREFIX}/qmail/bin/qmail-send) QMAIL_DIR?= ${PREFIX}/qmail .else QMAIL_DIR?= /var/qmail .endif QMAIL_PORT?= qmail-tls WITHOUT_LOCAL_PATCHDIR=yes NO_STAGE= yes .include