1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/kdar/Makefile
Ion-Mihai Tetcu 93d3aed504 Mark BROKNE, it does not compile with dar-2.3.0
PR:		ports/97548
Submitted by:	maintainer
Approved by:	tmclaugh
2006-05-24 21:19:51 +00:00

38 lines
776 B
Makefile

# New ports collection makefile for: kdar
# Date created: 2004-01-26
# Whom: Kay Lehmann <kay_lehmann@web.de>
#
# $FreeBSD$
#
PORTNAME= kdar
PORTVERSION= 2.0.7
PORTREVISION= 1
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
BROKEN= Does not compile with dar-2.3.0
LIB_DEPENDS= dar.4:${PORTSDIR}/sysutils/dar
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_KDEBASE_VER=3
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not build on FreeBSD 4.X
.endif
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
.include <bsd.port.post.mk>