1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/kdar/Makefile
Jean-Yves Lefort 0399cfd20b Update to 2.0.4
PR:		ports/81005
Submitted by:	maintainer
2005-05-25 11:41:16 +00:00

36 lines
731 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.4
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.3:${PORTSDIR}/sysutils/dar
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_KDEBASE_VER= 3
USE_REINPLACE= yes
.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>