1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/kdiff3/Makefile
Martin Wilke 8140d5ee7d - Fix build with gcc 4.2
PR:		113382
Submitted by:	Heiner <h.eichmann@gmx.de> (maintainer)
2007-06-06 10:58:43 +00:00

29 lines
586 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
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
INSTALLS_ICONS= yes
USE_LDCONFIG= ${PREFIX}/lib/kde3
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --mandir="${MANPREFIX}/man"
MAN1= kdiff3.1
.include <bsd.port.mk>