blob: 875d28e927dca99b35347e21a5b640b7e92c4add (
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
|
# New ports collection makefile for: kbiff
# Version required: 2.3
# Date created: So 14 Jun 1998 13:09:18 CEST
# Whom: andreas
#
# $FreeBSD$
#
DISTNAME= kbiff-2.3
CATEGORIES= mail kde
MASTER_SITES= http://home.sprintmail.com/~granroth/kbiff/
MAINTAINER= kris@FreeBSD.org
LIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11 \
intl.1:${PORTSDIR}/devel/gettext
USE_QT= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|