summaryrefslogtreecommitdiff
path: root/mail/wmbiff/Makefile
blob: 33980fb92ee5dc45fb477468278204ef862c9926 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:	wmbiff
# Date created:			19 Nov 1999
# Whom:				Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=		wmbiff
PORTVERSION=		0.4.26
CATEGORIES=		mail windowmaker afterstep
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=		simon@FreeBSD.org
COMMENT=		An xbiff-like Window Maker dock app

USE_X_PREFIX=		yes

OPTIONS=		GNUTLS "Support for SSL" off

.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

MAN1=			wmbiff.1
MAN5=			wmbiffrc.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}

.include <bsd.port.post.mk>