mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
f0782d0518
Approved by: portmgr (self)
28 lines
549 B
Makefile
28 lines
549 B
Makefile
# New ports collection makefile for: kdar
|
|
# Date created: 2004-01-26
|
|
# Whom: Kay Lehmann <kay_lehmann@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdar
|
|
PORTVERSION= 1.2.0.b.3
|
|
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
|
|
|
|
BROKEN= Configure fails
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_KDEBASE_VER= 3
|
|
|
|
.include <bsd.port.mk>
|