freebsd-ports/textproc/kdiff3/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

27 lines
502 B
Makefile

# 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= 5
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>