1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/devel/kdesvn/Makefile
Tobias C. Berner 4f8787b86f devel/kdesvn: make portscout ignore this port
- the 2.1.0-1 release has no relevant changes, and development of this
  software has mostly stopped.
2021-09-09 20:12:47 +02:00

36 lines
992 B
Makefile

PORTNAME= kdesvn
DISTVERSION= 2.1.0
PORTREVISION= 2
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE frontend for Subversion
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libapr-1.so:devel/apr1 \
libexpat.so:textproc/expat2 \
libgdbm.so:databases/gdbm \
libsvn_client-1.so:devel/subversion
CONFLICTS_INSTALL= qsvn-[0-9]*
USES= bdb cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \
kio notifications parts service sonnet texteditor textwidgets \
wallet widgetsaddons xmlgui \
doctools_build
USE_QT= concurrent core dbus gui network sql widgets xml \
buildtools_build qmake_build
PORTSCOUT= ignore:1
post-patch:
${REINPLACE_CMD} -e 's#%%EXECINFO%%#${EXECINFO_LDFLAGS} -lexecinfo#' \
${PATCH_WRKSRC}/src/svnqt/cmake/FindSubversion.cmake
.include <bsd.port.mk>