- Update KDE Frameworks to 5.51.0 -- Change examples handling and use @sample for all of them. Idea by ajacoutot@. Discussed with ajacoutot@,sthen@,naddy@. - Update our KDE Applications to 18.08.2. -- Nothing special except okteta. They use there own version pattern now. I set EPOCH. - Update all devel/kf5 consumers there are effected by the examples handling. -- kdevelop -- krusader -- tellico -- yakuake Thanks to landry@ for feedback and hints
16 lines
333 B
Makefile
16 lines
333 B
Makefile
# $OpenBSD: Makefile,v 1.8 2018/10/22 20:30:41 rsadowski Exp $
|
|
|
|
COMMENT = Qt5-based API for manipulating file archives
|
|
DISTNAME = karchive-${VERSION}
|
|
|
|
SHARED_LIBS = KF5Archive 4.2
|
|
|
|
WANTLIB = ${COMPILER_LIBCXX} Qt5Core bz2 lzma m z
|
|
|
|
LIB_DEPENDS = archivers/xz \
|
|
archivers/bzip2
|
|
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|