2004-07-25 12:02:50 +02:00
|
|
|
# New ports collection makefile for: kdar
|
|
|
|
# Date created: 2004-01-26
|
|
|
|
# Whom: Kay Lehmann <kay_lehmann@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdar
|
2004-12-01 23:14:12 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2004-07-25 12:02:50 +02:00
|
|
|
CATEGORIES= sysutils kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= kdar
|
|
|
|
DISTNAME= kdar-${PORTVERSION:S/.b./-beta/}
|
|
|
|
|
|
|
|
MAINTAINER= kay_lehmann@web.de
|
|
|
|
COMMENT= KDar is KDE-based backuptool using libdar
|
|
|
|
|
|
|
|
LIB_DEPENDS= dar.2:${PORTSDIR}/sysutils/dar
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_KDEBASE_VER= 3
|
2004-12-01 23:14:12 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-02-12 19:12:09 +01:00
|
|
|
BROKEN= "Does not compile with libdar-2.2"
|
|
|
|
|
2004-12-01 23:14:12 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
2004-07-25 12:02:50 +02:00
|
|
|
|
2004-12-01 23:14:12 +01:00
|
|
|
.include <bsd.port.post.mk>
|