aboutsummaryrefslogtreecommitdiff
path: root/mail/wmbiff/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-01 00:45:27 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-01 00:45:27 +0000
commit8b6ff144cb0e02cb0b62327698d95593831ea9f7 (patch)
treeaeb02a73aaec486cc42f729eff70373dfd759850 /mail/wmbiff/Makefile
parent6bbad1d944226f471541df8c5fbfc685e6452a67 (diff)
downloadports-8b6ff144cb0e02cb0b62327698d95593831ea9f7.tar.gz
ports-8b6ff144cb0e02cb0b62327698d95593831ea9f7.zip
Notes
Diffstat (limited to 'mail/wmbiff/Makefile')
-rw-r--r--mail/wmbiff/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index b9f80fc014b8..03c15600d91b 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -6,13 +6,18 @@
#
PORTNAME= wmbiff
-PORTVERSION= 0.4.7
+PORTVERSION= 0.4.15
CATEGORIES= mail windowmaker afterstep
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= jim@FreeBSD.org
-COMMENT= An xbiff-like Window Maker dock app
+MAINTAINER= simon@nitro.dk
+COMMENT= An xbiff-like Window Maker dock app
+
+.ifdef WITH_GNUTLS
+LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
+ gnutls:${PORTSDIR}/security/gnutls
+.endif
USE_X_PREFIX= yes
USE_XPM= yes
@@ -26,6 +31,5 @@ post-install:
@${ECHO_MSG} "===> Installing sample.wmbiffrc to ${DATADIR}"
@${ECHO_MSG} "===> Modify it to suit your needs and copy to ~/.wmbiffrc"
@${INSTALL_DATA} -m 644 ${WRKSRC}/wmbiff/sample.wmbiffrc ${DATADIR}
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>