1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/kbiff/Makefile
Tilman Keskinoz a293128476 Update to 3.6.3
This fixes the on-mouse-over crash reported by many.
2002-11-14 10:13:11 +00:00

25 lines
499 B
Makefile

# New ports collection makefile for: kbiff
# Date created: So 14 Jun 1998 13:09:18 CEST
# Whom: andreas
#
# $FreeBSD$
#
PORTNAME= kbiff
PORTVERSION= 3.6.3
CATEGORIES= mail kde
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
MAINTAINER= arved@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=3
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--disable-fast-perl
.include <bsd.port.mk>