1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to version 0.4.20.

- Autodetect if gnutls is installed to get dependencies right.

Approved by:	edwin
This commit is contained in:
Simon L. B. Nielsen 2004-01-08 11:55:30 +00:00
parent f326b15cd2
commit 2fcee47a69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97670
2 changed files with 14 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= wmbiff
PORTVERSION= 0.4.19
PORTVERSION= 0.4.20
CATEGORIES= mail windowmaker afterstep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -14,12 +14,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= simon@FreeBSD.org
COMMENT= An xbiff-like Window Maker dock app
.ifdef WITH_GNUTLS
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
gnutls:${PORTSDIR}/security/gnutls
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libgnutls.so.7)
WITH_GNUTLS= yes
.endif
.ifdef WITH_GNUTLS
LIB_DEPENDS+= gcrypt.6:${PORTSDIR}/security/libgcrypt \
gnutls.7:${PORTSDIR}/security/gnutls
.endif
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
@ -32,4 +39,4 @@ post-install:
@${ECHO_MSG} "===> Modify it to suit your needs and copy to ~/.wmbiffrc"
@${INSTALL_DATA} -m 644 ${WRKSRC}/wmbiff/sample.wmbiffrc ${DATADIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (wmbiff-0.4.19.tar.gz) = b03959da8e802cdd6ad3b76a04ba99d3
MD5 (wmbiff-0.4.20.tar.gz) = e9f93c4618e6ab35f4d89ced2ea477f5