mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
20 lines
378 B
Makefile
20 lines
378 B
Makefile
#
|
|
# $Id: Makefile 1285 2007-10-25 11:42:14Z root $
|
|
#
|
|
PORTNAME= smtpclient
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://www.ossp.org/pkg/tool/smtpclient/
|
|
|
|
MAINTAINER= homeunix7@gmail.com
|
|
COMMENT= Simple SMTP client
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,@prefix@,$$(DESTDIR)@prefix@,' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|