diff options
author | simon <simon@FreeBSD.org> | 2004-01-08 19:55:30 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-01-08 19:55:30 +0800 |
commit | e39162aa63ca7c245c472530067ace86bcde8b2d (patch) | |
tree | e0efd9682d2a2e77606ae306b97d0c98791edbe1 /mail/wmbiff | |
parent | 3f78e1fd26a9905279ea065e7cedc0f27780604c (diff) | |
download | freebsd-ports-gnome-e39162aa63ca7c245c472530067ace86bcde8b2d.tar.gz freebsd-ports-gnome-e39162aa63ca7c245c472530067ace86bcde8b2d.tar.zst freebsd-ports-gnome-e39162aa63ca7c245c472530067ace86bcde8b2d.zip |
- Update to version 0.4.20.
- Autodetect if gnutls is installed to get dependencies right.
Approved by: edwin
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/Makefile | 17 | ||||
-rw-r--r-- | mail/wmbiff/distinfo | 2 |
2 files changed, 13 insertions, 6 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index d04bbfb79d2a..7ade7f2478f3 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -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 +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:${PORTSDIR}/security/libgcrypt \ - gnutls:${PORTSDIR}/security/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> diff --git a/mail/wmbiff/distinfo b/mail/wmbiff/distinfo index 2a05eec8b6e1..8765ff071671 100644 --- a/mail/wmbiff/distinfo +++ b/mail/wmbiff/distinfo @@ -1 +1 @@ -MD5 (wmbiff-0.4.19.tar.gz) = b03959da8e802cdd6ad3b76a04ba99d3 +MD5 (wmbiff-0.4.20.tar.gz) = e9f93c4618e6ab35f4d89ced2ea477f5 |