freebsd-ports/mail/smtpmail/Makefile
2021-04-06 16:31:07 +02:00

20 lines
434 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
PORTNAME= smtpmail
PORTVERSION= 0.4.5
CATEGORIES= mail
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool to send e-mail via a remote smtp server
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/smtpmail
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>