diff options
Diffstat (limited to 'accessibility/kmousetool/Makefile')
-rw-r--r-- | accessibility/kmousetool/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index a5b87bd375eb..e682fd7bc850 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdeaccessibility PORTVERSION= ${KDE4_VERSION} CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org @@ -16,14 +16,19 @@ COMMENT= Accessibility applications for KDE4 LATEST_LINK= ${PORTNAME}4 -USE_KDE4= kdelibs workspace kdeprefix kdehier automoc4 -KDE4_BUILDENV= yes USE_BZIP2= yes +USE_KDE4= kdelibs kdeprefix kdehier automoc4 +KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= opengl gui qmake_build moc_build rcc_build uic_build +USE_LDCONFIG= yes CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF +MAN1= kmag.1 \ + kmousetool.1 \ + kmouth.1 + post-extract: ${MKDIR} ${WRKSRC} |