pkgsrc-wip/kplayer/Makefile
Sergey Svishchev ddbdc5ea74 The new 0.6 version features much improved support for disk and
tuner devices, a Multimedia Library to organize your media files and
streams, support for multiple video, audio and subtitle tracks, many
new and updated translations of the user interface, Italian and Spanish
translations of the user manual, and many other improvements and bug
fixes.
2007-03-04 18:46:52 +00:00

27 lines
693 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/03/04 18:46:52 shattered Exp $
#
DISTNAME= kplayer-0.6.0
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kplayer/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://kplayer.sourceforge.net/
COMMENT= KDE media player based on MPlayer
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_TOOLS+= autoconf automake perl
AUTOMAKE_OVERRIDE= no
pre-configure:
cd ${WRKSRC} && gmake -f Makefile.dist
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"