aboutsummaryrefslogtreecommitdiffstats
path: root/net/sendemail/Makefile
blob: 2c5dac418e5698fd49f708c1ba2c08b4e12ac9c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:    sendEmail
# Date created:             2005-12-17
# Whom:         Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
#
# $FreeBSD$
#

PORTNAME=   sendEmail
PORTVERSION=    1.56
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   http://caspian.dotconf.net/menu/Software/SendEmail/ \
        http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/
DISTNAME=   ${PORTNAME}-v${PORTVERSION}

MAINTAINER= itetcu@FreeBSD.org
COMMENT=    Lightweight, completly command line based, SMTP email agent

NO_BUILD=   yes
USE_PERL5_RUN=  yes

PLIST_FILES=    bin/sendEmail
PORTDOCS=   CHANGELOG README TODO

OPTIONS=    SSL "Enable SSL support" off

.include <bsd.port.pre.mk>
.if defined(WITH_SSL)
RUN_DEPENDS+=   p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS+=   p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
.endif

post-patch:
    @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" \
        ${WRKSRC}/${PORTNAME}

do-install:
    cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG README TODO ${DOCSDIR}
.endif

.include <bsd.port.post.mk>