mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
mail/libesmtp:
- Convert to USES=libtool and bump dependent ports - Use option helpers - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
3ba17aa13b
commit
2b827e1a01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365199
13 changed files with 26 additions and 41 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= balsa
|
||||
PORTVERSION= 2.5.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= http://pawsa.fedorapeople.org/balsa/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= esmtp
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libesmtp
|
||||
PORTVERSION= 1.0.6
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
|
||||
|
@ -13,35 +14,23 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Library for posting electronic mail
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
OPTIONS_DEFINE= OPENSSL DEBUG DOCS EXAMPLES
|
||||
OPTIONS_DEFAULT= OPENSSL
|
||||
OPTIONS_DEFAULT=OPENSSL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
|
||||
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
DEBUG_CONFIGURE_ENABLE= debug
|
||||
OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE}
|
||||
OPENSSL_USE= openssl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
# require-all-recipients (implied by enable-all) is required for Balsa
|
||||
CONFIGURE_ARGS= --enable-all --disable-isoc
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MOPENSSL}
|
||||
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
|
||||
PLIST_SUB+= NEED_OPENSSL=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-openssl
|
||||
PLIST_SUB+= NEED_OPENSSL="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in AUTHORS ChangeLog NEWS Notes README TODO
|
||||
|
|
|
@ -3,21 +3,17 @@ include/auth-client.h
|
|||
include/auth-plugin.h
|
||||
include/libesmtp.h
|
||||
lib/esmtp-plugins/sasl-cram-md5.a
|
||||
lib/esmtp-plugins/sasl-cram-md5.la
|
||||
lib/esmtp-plugins/sasl-cram-md5.so
|
||||
lib/esmtp-plugins/sasl-login.a
|
||||
lib/esmtp-plugins/sasl-login.la
|
||||
lib/esmtp-plugins/sasl-login.so
|
||||
%%NEED_OPENSSL%%lib/esmtp-plugins/sasl-ntlm.a
|
||||
%%NEED_OPENSSL%%lib/esmtp-plugins/sasl-ntlm.la
|
||||
%%NEED_OPENSSL%%lib/esmtp-plugins/sasl-ntlm.so
|
||||
%%OPENSSL%%lib/esmtp-plugins/sasl-ntlm.a
|
||||
%%OPENSSL%%lib/esmtp-plugins/sasl-ntlm.so
|
||||
lib/esmtp-plugins/sasl-plain.a
|
||||
lib/esmtp-plugins/sasl-plain.la
|
||||
lib/esmtp-plugins/sasl-plain.so
|
||||
lib/libesmtp.a
|
||||
lib/libesmtp.la
|
||||
lib/libesmtp.so
|
||||
lib/libesmtp.so.7
|
||||
lib/libesmtp.so.6
|
||||
lib/libesmtp.so.6.1.6
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= esmtp
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= spmfilter
|
||||
PORTVERSION= 0.6.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.${PORTNAME}.org/files/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= collectd
|
||||
PORTVERSION= 4.10.9
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://collectd.org/files/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= collectd
|
||||
PORTVERSION= 5.4.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://collectd.org/files/
|
||||
PKGNAMESUFFIX= 5
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= linknx
|
||||
PORTVERSION= 0.0.1.30
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= geomWatch
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
|
||||
http://bk.macroblock.net/${PORTNAME}/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= syslog-ng
|
||||
PORTVERSION= 3.6.0a2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -devel
|
||||
CATEGORIES= sysutils
|
||||
DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= syslog-ng
|
||||
PORTVERSION= 3.5.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
|
||||
DISTFILES= syslog-ng_${DISTVERSION}.tar.gz
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= syslog-ng
|
||||
PORTVERSION= 3.4.8
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= sysutils
|
||||
DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/)
|
||||
PKGNAMESUFFIX= 34
|
||||
|
|
Loading…
Add table
Reference in a new issue