freebsd-ports/textproc/kdiff3/Makefile
Martin Wilke 2decae9e93 - Update to 0.9.91
PR:		ports/105146
Submitted by:	Heiner <h.eichmann@gmx.de> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 18:29:07 +00:00

26 lines
489 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.91
CATEGORIES= textproc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= h.eichmann@gmx.de
COMMENT= A KDE3 graphical frontend for diff
USE_KDEBASE_VER=3
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
MAN1= kdiff3.1
.include <bsd.port.mk>