1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

- Upgrade to 0.4.24 (which also unbreaks GNUTLS support).

- Use OPTIONS for enabling/disabling GNUTLS support.
- Remove auto detection of GNUTLS (in favor of OPTIONS).
- Don't actually use GNUTLS unless the GNUTLS option is enabled.

Approved by:	erwin
This commit is contained in:
Simon L. B. Nielsen 2004-06-23 20:16:16 +00:00
parent 914c17058e
commit d809bf12f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112083
2 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= wmbiff
PORTVERSION= 0.4.20
PORTVERSION= 0.4.24
CATEGORIES= mail windowmaker afterstep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -16,20 +16,19 @@ COMMENT= An xbiff-like Window Maker dock app
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
OPTIONS= GNUTLS "Support for SSL" off
.if exists(${LOCALBASE}/lib/libgnutls.so.12)
WITH_GNUTLS= yes
.endif
.include <bsd.port.pre.mk>
.ifdef WITH_GNUTLS
LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt \
gnutls.12:${PORTSDIR}/security/gnutls
.else
CONFIGURE_ARGS+= --disable-crypto
.endif
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= wmbiff.1
MAN5= wmbiffrc.5

View File

@ -1,2 +1,2 @@
MD5 (wmbiff-0.4.20.tar.gz) = e9f93c4618e6ab35f4d89ced2ea477f5
SIZE (wmbiff-0.4.20.tar.gz) = 194161
MD5 (wmbiff-0.4.24.tar.gz) = 37a58123d6adb1a2d23a0aac36d81efb
SIZE (wmbiff-0.4.24.tar.gz) = 198555