diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-28 23:44:05 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1998-12-28 23:44:05 +0000 |
commit | dbe21b7caa9bd1c572470bf65bf14d12427f8ca6 (patch) | |
tree | 1502a33de1dd2f11adb69fa2c549f27ed03104dd /mail/kbiff/Makefile | |
parent | 9f13cb8112c74abe784a282c000127119f083b22 (diff) |
Notes
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index d6c1594b4d01..4e5237f67fdf 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -3,20 +3,21 @@ # Date created: So 14 Jun 1998 13:09:18 CEST # Whom: andreas # -# $Id: Makefile,v 1.6 1998/09/30 02:07:26 jseger Exp $ +# $Id: Makefile,v 1.7 1998/10/02 08:16:56 brian Exp $ # -DISTNAME= kbiff-0.8 +DISTNAME= kbiff-2.0 CATEGORIES= mail kde -MASTER_SITES= http://www.geocities.com/SiliconValley/Hills/2651/ +MASTER_SITES= http://home.sprintmail.com/~granroth/kbiff/ MAINTAINER= andreas@FreeBSD.ORG +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= kdeui.1:${PORTSDIR}/x11/kdelibs \ kdecore.1:${PORTSDIR}/x11/kdelibs USE_QT= yes -FETCH_BEFORE_ARGS=-t GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" .include <bsd.port.mk> |