# New ports collection makefile for:  	smtpmail
# Date created:        	25.06.2003
# Whom:               	Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD: ports/mail/smtpmail/Makefile,v 1.9 2004/04/16 14:42:37 krion Exp $
#

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

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>
