freebsd-ports/mail/vodmr/Makefile
Andrej Zverev 5c64b5a491 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:10:09 +00:00

52 lines
1.3 KiB
Makefile

# New ports collection makefile for: vodmr
# Date created: 12 January 2003.
# Whom: James Raftery <james@now.ie>
#
# $FreeBSD$
#
# Use make -DWITHOUT_TCPSERVER ... to install without a dependenacy
# on djb's tcpserver.
#
PORTNAME= vodmr
PORTVERSION= 0.13
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= http://romana.now.ie/software/ \
http://www.lecter.phlegethon.org/vodmr/
MAINTAINER= james@now.ie
COMMENT= An ODMR/ATRN server for vpopmail+qmail
RUN_DEPENDS= p5-CDB_File>=0:${PORTSDIR}/databases/p5-CDB_File \
p5-vpopmail>=0:${PORTSDIR}/mail/p5-vpopmail \
p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC
.if !defined(WITHOUT_TCPSERVER)
RUN_DEPENDS+= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
.endif
NO_BUILD= yes
USE_PERL5_RUN= yes
SUB_FILES= pkg-message
SUB_LIST= SCRIPT="${PREFIX}/sbin/odmrd"
PORTDOCS= FAQ README INSTALL INTERNALS TODO sample-odmrd.rules
do-configure:
@${REINPLACE_CMD} -e 's|^\#!/usr/bin/perl|\#!${PERL}|' ${WRKSRC}/odmrd
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/odmrd ${PREFIX}/sbin
${INSTALL_SCRIPT} ${FILESDIR}/odmrd.sh-sample ${PREFIX}/etc/rc.d
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>