mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
d65c037b00
- Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
25 lines
549 B
Makefile
25 lines
549 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kfloppy
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Floppy disk formatter for KDE
|
|
|
|
CONFLICTS_INSTALL= kdeutils-4.[0-7].*
|
|
|
|
LATEST_LINK= ${PORTNAME}-kde4
|
|
|
|
USE_XZ= yes
|
|
USE_KDE4= kdeprefix kdehier automoc4 kdelibs
|
|
USES= cmake:outsource
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|