mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
05329b2be2
PR: 50697 Submitted by: MAINTAINER
23 lines
457 B
Makefile
23 lines
457 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.50
|
|
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
|
|
|
|
.include <bsd.port.mk>
|