1998-06-14 17:32:11 +00:00
|
|
|
# New ports collection makefile for: kbiff
|
|
|
|
# Date created: So 14 Jun 1998 13:09:18 CEST
|
|
|
|
# Whom: andreas
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1998-06-14 17:32:11 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= kbiff
|
2004-06-27 18:11:35 +00:00
|
|
|
PORTVERSION= 3.7.1
|
2005-03-12 10:54:27 +00:00
|
|
|
PORTREVISION= 2
|
1998-06-14 17:32:11 +00:00
|
|
|
CATEGORIES= mail kde
|
2001-07-07 23:04:44 +00:00
|
|
|
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
|
1998-06-14 17:32:11 +00:00
|
|
|
|
2004-02-28 09:59:59 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= Mail notification utility for KDE with nice features
|
1998-06-14 17:32:11 +00:00
|
|
|
|
1999-04-24 17:01:47 +00:00
|
|
|
USE_BZIP2= yes
|
2004-06-27 18:11:35 +00:00
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
USE_REINPLACE= yes
|
1998-06-14 17:32:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-06-27 18:11:35 +00:00
|
|
|
CONFIGURE_ARGS= --disable-fast-perl
|
1999-04-25 13:22:06 +00:00
|
|
|
|
2003-02-02 13:15:42 +00:00
|
|
|
MAN1= kbiff.1
|
|
|
|
|
2004-06-27 18:11:35 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
|
|
|
|
2002-08-31 20:14:27 +00:00
|
|
|
.include <bsd.port.mk>
|