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

PORTNAME=	smtpmail
PORTVERSION=	0.4.2
CATEGORIES=	mail
MASTER_SITES=	${MASTER_SITE_SAVANNAH} \
		http://voodoo.oberon.net/download/
MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION}

MAINTAINER=	krion@FreeBSD.org
COMMENT=	Tool to send the mails over remote smtp server

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

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

.include <bsd.port.mk>