summaryrefslogtreecommitdiff
path: root/accessibility/kmouth/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /accessibility/kmouth/Makefile
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'accessibility/kmouth/Makefile')
-rw-r--r--accessibility/kmouth/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile
deleted file mode 100644
index 546e8217caa1..000000000000
--- a/accessibility/kmouth/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection Makefile for: kdeaccessibility
-# Date created: 2008-01-31
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
-# $FreeBSD$
-
-PORTNAME= kdeaccessibility
-PORTVERSION= ${KDE4_VERSION}
-CATEGORIES= accessibility kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Accessibility applications for KDE4
-
-LATEST_LINK= ${PORTNAME}4
-
-USE_KDE4= kdelibs workspace kdeprefix kdehier automoc4
-KDE4_BUILDENV= yes
-USE_BZIP2= yes
-USE_QT_VER= 4
-QT_COMPONENTS= opengl gui moc rcc uic
-
-CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF
-
-post-extract:
- ${MKDIR} ${WRKSRC}
-
-.include <bsd.port.mk>