mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c1acc95b5a
use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
23 lines
500 B
Makefile
23 lines
500 B
Makefile
# New ports collection makefile for: kbiff
|
|
# Version required: 0.7.3
|
|
# Date created: So 14 Jun 1998 13:09:18 CEST
|
|
# Whom: andreas
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/12/28 23:44:04 dirk Exp $
|
|
#
|
|
|
|
DISTNAME= kbiff-2.0
|
|
CATEGORIES= mail kde
|
|
MASTER_SITES= http://home.sprintmail.com/~granroth/kbiff/
|
|
|
|
MAINTAINER= andreas@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= kdeui.1:${PORTSDIR}/x11/kdelibs \
|
|
intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
USE_QT= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|