2013-09-20 21:59:12 +02:00
|
|
|
# Created by: tobez@tobez.org
|
2001-03-07 11:52:05 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libesmtp
|
2012-05-23 03:46:49 +02:00
|
|
|
PORTVERSION= 1.0.6
|
2015-01-15 10:05:37 +01:00
|
|
|
PORTREVISION= 2
|
2002-11-16 15:14:31 +01:00
|
|
|
PORTEPOCH= 1
|
2001-03-07 11:52:05 +01:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
|
2008-02-28 20:08:55 +01:00
|
|
|
http://ftp.osuosl.org/pub/blfs/svn/l/ \
|
2015-05-14 12:15:04 +02:00
|
|
|
GENTOO
|
2001-03-07 11:52:05 +01:00
|
|
|
|
2012-02-01 16:53:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Library for posting electronic mail
|
2001-03-07 11:52:05 +01:00
|
|
|
|
2016-02-07 12:45:00 +01:00
|
|
|
LICENSE= LGPL21+
|
2014-08-17 18:08:20 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
2012-05-23 03:46:49 +02:00
|
|
|
|
2017-04-16 13:09:07 +02:00
|
|
|
BROKEN_SSL= openssl-devel
|
|
|
|
|
2016-02-07 12:45:00 +01:00
|
|
|
USES= gmake libtool tar:bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
# require-all-recipients (implied by enable-all) is required for Balsa
|
|
|
|
CONFIGURE_ARGS= --enable-all --disable-isoc
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2012-06-13 07:55:02 +02:00
|
|
|
OPTIONS_DEFINE= OPENSSL DEBUG DOCS EXAMPLES
|
2014-08-17 18:08:20 +02:00
|
|
|
OPTIONS_DEFAULT=OPENSSL
|
|
|
|
OPTIONS_SUB= yes
|
2012-05-23 03:46:49 +02:00
|
|
|
|
2014-08-17 18:08:20 +02:00
|
|
|
DEBUG_CONFIGURE_ENABLE= debug
|
|
|
|
OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE}
|
2016-09-12 00:53:06 +02:00
|
|
|
OPENSSL_USES= ssl
|
2014-08-17 18:08:20 +02:00
|
|
|
|
2016-02-07 12:45:00 +01:00
|
|
|
post-install-DOCS-on:
|
2014-02-05 14:45:39 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2012-05-23 03:46:49 +02:00
|
|
|
.for f in AUTHORS ChangeLog NEWS Notes README TODO
|
2014-02-05 14:45:39 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
2005-12-31 03:28:24 +01:00
|
|
|
.endfor
|
2016-02-07 12:45:00 +01:00
|
|
|
|
|
|
|
post-install-EXAMPLES-on:
|
2014-02-05 14:45:39 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
2001-03-07 11:52:05 +01:00
|
|
|
|
2017-04-16 13:09:07 +02:00
|
|
|
.include <bsd.port.mk>
|