1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/print/kover/Makefile
Max Brazhnikov 5fdd545013 - Add missing sharedmime to the list of USE_KDE4 components. It will be
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
  update-mime-database
- Trim Makefile header while I'm here
2013-05-12 16:16:56 +00:00

32 lines
668 B
Makefile

# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
# $FreeBSD$
PORTNAME= kover
PORTVERSION= 6
CATEGORIES= print kde
MASTER_SITES= http://lisas.de/kover/
MAINTAINER= ports@FreeBSD.org
COMMENT= WYSIWYG CD cover printer
LICENSE= GPLv2
LIB_DEPENDS= cddb:${PORTSDIR}/audio/libcddb \
cdio:${PORTSDIR}/sysutils/libcdio
USE_BZIP2= yes
USE_KDE4= automoc4 kdehier kdeprefix kdelibs sharedmime
USE_QT4= corelib dbus gui network svg xml \
qmake_build uic_build rcc_build
USE_PERL5_BUILD=yes
USES= cmake gettext
MAKE_JOBS_SAFE= yes
MAN1= kover.1
post-patch:
@${REINPLACE_CMD} -e \
'/libcdio/s|>=.*)|)|' ${WRKSRC}/src/CMakeLists.txt
.include <bsd.port.mk>