mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
30 lines
676 B
Makefile
30 lines
676 B
Makefile
# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kover
|
|
PORTVERSION= 6
|
|
PORTREVISION= 9
|
|
CATEGORIES= print kde
|
|
MASTER_SITES= https://lisas.de/kover/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= WYSIWYG CD cover printer
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcddb.so:audio/libcddb \
|
|
libcdio.so:sysutils/libcdio
|
|
|
|
USES= cmake gettext kde:4 perl5 pkgconfig qt:4 shared-mime-info tar:bzip2
|
|
USE_KDE= automoc4 kdelibs
|
|
USE_QT= corelib dbus gui network svg xml \
|
|
qmake_build uic_build rcc_build
|
|
USE_PERL5= build
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/libcdio/s|>=.*)|)|' ${WRKSRC}/src/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|