1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/kdiff3/Makefile
Tilman Keskinoz fb05569487 Update to 0.9.61
PR:		53261
Submitted by:	maintainer
2003-06-13 11:50:16 +00:00

28 lines
550 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.61
CATEGORIES= textproc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= h.eichmann@gmx.de
COMMENT= A KDE3 graphical frontend for diff
CONFIGURE_ARGS+= --program-transform-name=s,^,,
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
pre-configure:
.for i in config.h.in Makefile.in configure
${TOUCH} ${WRKSRC}/${i}
.endfor
.include <bsd.port.mk>