1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/x11-clocks/ktimer/Makefile

22 lines
480 B
Makefile

# $FreeBSD$
PORTNAME= ktimer
PORTVERSION= ${KDE4_VERSION}
CATEGORIES= x11-clocks kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Countdown launcher for KDE
CONFLICTS_INSTALL= kdeutils-4.[0-7].*
USE_XZ= yes
USE_KDE4= kdeprefix kdehier automoc4 kdelibs
USES= cmake:outsource
USE_QT4= qmake_build moc_build rcc_build uic_build
NO_STAGE= yes
.include <bsd.port.mk>