mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/libetpan: Remove DOCS option
- Update WWW - Bump PORTREVISION for package change Those documents are quite outdated (13 years ago).
This commit is contained in:
parent
461f31272b
commit
ac75a4957b
1 changed files with 6 additions and 11 deletions
|
@ -1,11 +1,12 @@
|
|||
PORTNAME= libetpan
|
||||
PORTVERSION= 1.9.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Mail framework for C language
|
||||
WWW= https://www.etpan.org/libetpan.html
|
||||
WWW= https://www.etpan.org/libetpan.html \
|
||||
https://github.com/dinhvh/libetpan
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
@ -20,17 +21,15 @@ GNU_CONFIGURE= yes
|
|||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS
|
||||
|
||||
CPE_VENDOR= libetpan_project
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= dinhviethoa
|
||||
|
||||
OPTIONS_DEFINE= DOCS IPV6
|
||||
OPTIONS_SINGLE= CRYPTO
|
||||
OPTIONS_DEFINE= IPV6
|
||||
OPTIONS_SINGLE= CRYPTO
|
||||
OPTIONS_SINGLE_CRYPTO= GNUTLS OPENSSL
|
||||
OPTIONS_DEFAULT= OPENSSL
|
||||
OPTIONS_DEFAULT=OPENSSL
|
||||
|
||||
GNUTLS_CONFIGURE_ON= --without-openssl --with-gnutls
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \
|
||||
|
@ -40,8 +39,4 @@ IPV6_CONFIGURE_ENABLE= ipv6
|
|||
OPENSSL_CONFIGURE_WITH= openssl="${OPENSSLBASE}"
|
||||
OPENSSL_USES= ssl
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue