2003-07-02 14:16:42 +02:00
|
|
|
# New ports collection makefile for: smtpmail
|
|
|
|
# Date created: 25.06.2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= smtpmail
|
2003-07-12 08:16:32 +02:00
|
|
|
PORTVERSION= 0.4.2
|
2003-07-02 14:16:42 +02:00
|
|
|
CATEGORIES= mail
|
2003-10-03 13:04:59 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
2004-04-14 15:01:44 +02:00
|
|
|
http://voodoo.oberon.net/download/
|
2003-10-03 13:04:59 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION}
|
2003-07-02 14:16:42 +02:00
|
|
|
|
2004-08-08 10:11:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-02 14:16:42 +02:00
|
|
|
COMMENT= Tool to send the mails over remote smtp server
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/smtpmail
|
2003-07-02 14:16:42 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
|
|
|
|
${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|