pkgsrc-wip/kplayer/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

29 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.8 2008/01/18 04:30:15 tnn2 Exp $
#
DISTNAME= kplayer-0.6.3
PKGREVISION= 2
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
#LICENSE= gnu-gpl-v3
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"