freebsd-ports/mail/wmbiff/Makefile
Tilman Keskinoz c25ebfd4aa Chase libgcrypt shared library version of ports with optional
dependency on libgcrypt.

Submitted by: 	philip
pointyhat to:	arved
2005-01-12 07:25:23 +00:00

43 lines
956 B
Makefile

# New ports collection makefile for: wmbiff
# Date created: 19 Nov 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmbiff
PORTVERSION= 0.4.26
PORTREVISION= 1
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.13:${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>