aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/kdiff3/Makefile
blob: eb1c1102c2cbf3a172237b2cda916d5c3d9daaf7 (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
24
25
26
27
# New ports collection makefile for:    kdiff3
# Date created:     2003/01/03
# Whom:         Heiner Eichmann <h.eichmann@gmx.de>
#
# $FreeBSD$
#

PORTNAME=   kdiff3
PORTVERSION=    0.9.92
PORTREVISION=   3
CATEGORIES= textproc kde
MASTER_SITES=   SF

MAINTAINER= h.eichmann@gmx.de
COMMENT=    A KDE3 graphical frontend for diff

USE_KDEBASE_VER=3
USE_AUTOTOOLS=  libtool:22
USE_GETTEXT=    yes
INSTALLS_ICONS= yes
USE_LDCONFIG=   ${PREFIX}/lib/kde3

CONFIGURE_ENV=  LDFLAGS="${PTHREAD_LIBS}"

MAN1=   kdiff3.1

.include <bsd.port.mk>