1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/mail/p5-qpsmtpd/Makefile
Chris Rees c5534bb804 Correct pkg-message to use EXAMPLESDIR and DATADIR
PR:		ports/159731
Submitted by:	gjb
2011-08-13 07:47:31 +00:00

65 lines
1.4 KiB
Makefile

# New ports collection makefile for: qpsmtpd
# Date created: 1 January 2007
# Whom: Zane C. Bowers
#
# $FreeBSD$
#
PORTNAME= qpsmtpd
PORTVERSION= 0.84
PORTREVISION= 4
CATEGORIES= mail perl5
MASTER_SITES= http://smtpd.develooper.com/files/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A flexible SMTP daemon written in Perl and featuring a plugin API
RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin
OPTIONS = MODPERL "Enable Apache Support via mod_perl" On
.ifdef WITH_MODPERL
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
.endif
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
PERL_CONFIGURE= yes
MAN1= qpsmtpd-async.1
MAN3= Qpsmtpd::Command.3 \
Qpsmtpd::Constants.3 \
Qpsmtpd::DSN.3 \
Qpsmtpd::ConfigServer.3 \
Qpsmtpd::Transaction.3 \
Qpsmtpd::Address.3 \
Qpsmtpd.3 \
Qpsmtpd::Connection.3 \
Qpsmtpd::Postfix.3 \
Apache::Qpsmtpd.3
USE_RC_SUBR= qpsmtpd
SUB_LIST+= PERL=${PERL}
SUB_FILES+= pkg-message
pre-configure:
@${RM} ${WRKSRC}/plugins/milter
post-install:
@${MKDIR} ${DATADIR}/
@${MKDIR} ${DATADIR}/plugins
@(cd ${WRKSRC}/plugins/ && ${COPYTREE_SHARE} \* ${DATADIR}/plugins/)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
@${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR}/
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}/
@(cd ${WRKSRC}/config.sample/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/)
.endif
.include <bsd.port.mk>