mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0c0f27f7ce
Mark broken on RELENG_4 PR: 97961 Submitted by: Yuan, Jue yuanjue02@gmail.com Reported by: pointyhat
41 lines
942 B
Makefile
41 lines
942 B
Makefile
# New ports collection makefile for: kdesvn
|
|
# Date created: 08 April 2006
|
|
# Whom: Yuan Jue <yuanjue@yuanjue.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdesvn
|
|
PORTVERSION= 0.8.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= http://www.alwins-world.de/programs/download/${PORTNAME}/ \
|
|
http://www.yuanjue.net/download/
|
|
|
|
MAINTAINER= yuanjue@yuanjue.net
|
|
COMMENT= KDE frontend for Subversion
|
|
|
|
EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure
|
|
|
|
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr-svn \
|
|
svn_client-1:${PORTSDIR}/devel/subversion \
|
|
neon:${PORTSDIR}/www/neon
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ARGS+=--with-apr-config=apr-1-config \
|
|
--with-apu-config=apu-1-config
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not compile on 4.x
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.post.mk>
|