aboutsummaryrefslogtreecommitdiffstats
path: root/mail/smtpmail/Makefile
blob: d0d30eca93a0c6e8a10dbb845271775d08d4d7c5 (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
# New ports collection makefile for:    smtpmail
# Date created:         25.06.2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   smtpmail
PORTVERSION=    0.4
CATEGORIES= mail
MASTER_SITES=   http://195.135.166.74/smtpmail/ \
        http://voodoo.oberon.net/

MAINTAINER= ponomarew@oberon.net
COMMENT=    Tool to send the mails over remote smtp server

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
        ${PREFIX}/bin

.include <bsd.port.mk>