2003-04-11 17:38:01 +02:00
|
|
|
|
# New ports collection makefile for: kplayer
|
|
|
|
|
# Date created: Fri Apr 11 09:12:55 CEST 2003
|
|
|
|
|
# Whom: Stefan E<>er <se@FreeBSD.org>
|
|
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PORTNAME= kplayer
|
2008-06-01 14:27:14 +02:00
|
|
|
|
PORTVERSION= 0.6.3
|
2010-05-31 04:01:56 +02:00
|
|
|
|
PORTREVISION= 5
|
2003-04-11 17:38:01 +02:00
|
|
|
|
CATEGORIES= multimedia kde
|
2008-06-01 14:27:14 +02:00
|
|
|
|
MASTER_SITES= SF
|
2003-04-11 17:38:01 +02:00
|
|
|
|
|
2008-12-18 03:33:39 +01:00
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-11 17:38:01 +02:00
|
|
|
|
COMMENT= Movie player based on mplayer
|
|
|
|
|
|
|
|
|
|
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
|
|
|
|
|
2003-08-03 11:47:56 +02:00
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
USE_GMAKE= yes
|
2003-04-11 17:38:01 +02:00
|
|
|
|
USE_KDELIBS_VER=3
|
2008-06-01 14:27:14 +02:00
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
|
USE_PERL5_BUILD=yes
|
2009-08-02 21:36:34 +02:00
|
|
|
|
USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22
|
2003-04-11 17:38:01 +02:00
|
|
|
|
|
2008-06-01 14:27:14 +02:00
|
|
|
|
pre-configure:
|
|
|
|
|
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
|
2003-04-11 17:38:01 +02:00
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|