768c589c29
of the shlib major bump. PKGREVISION++ for the dependencies.
30 lines
846 B
Makefile
30 lines
846 B
Makefile
# $NetBSD: Makefile,v 1.13 2006/01/24 07:32:23 wiz Exp $
|
|
|
|
DISTNAME= kdeaccessibility-${_KDE_VERSION}
|
|
PKGREVISION= 3
|
|
CATEGORIES= misc
|
|
COMMENT= Accessibility support for the KDE integrated X11 desktop
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.kdeaccessibility
|
|
PKG_SUPPORTED_OPTIONS= gstreamer
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mgstreamer)
|
|
CONFIGURE_ARGS+= --enable-kttsd-gstreamer
|
|
.include "../../multimedia/gstreamer0.8/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.8/buildlink3.mk"
|
|
PLIST_SUBST+= HAVE_GST=""
|
|
.else
|
|
PLIST_SUBST+= HAVE_GST="@comment "
|
|
.endif
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|