2003-01-10 06:22:51 +00:00
|
|
|
# New ports collection makefile for: kdiff3
|
|
|
|
# Date created: 2003/01/03
|
|
|
|
# Whom: Heiner Eichmann <h.eichmann@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdiff3
|
2005-04-06 13:45:11 +00:00
|
|
|
PORTVERSION= 0.9.88
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 2
|
2003-01-10 06:22:51 +00:00
|
|
|
CATEGORIES= textproc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= h.eichmann@gmx.de
|
2003-02-21 13:42:50 +00:00
|
|
|
COMMENT= A KDE3 graphical frontend for diff
|
2003-01-10 06:22:51 +00:00
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-06-07 14:28:45 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
2004-03-19 08:50:51 +00:00
|
|
|
|
|
|
|
MAN1= kdiff3.1
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
.for i in config.h.in Makefile.in
|
|
|
|
${TOUCH} ${WRKSRC}/${i}
|
|
|
|
.endfor
|
2003-01-10 06:22:51 +00:00
|
|
|
|
2004-06-07 14:28:45 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2 ||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|