blob: 13c6b6b39c1cc7d6483dc9479139609a7efffc16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
PORTVERSION= 0.6.3
PORTREVISION= 6
CATEGORIES= multimedia kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Movie player based on mplayer
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
USE_BZIP2= yes
USE_GMAKE= yes
USE_KDELIBS_VER=3
USE_GETTEXT= yes
USE_PERL5_BUILD=yes
USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22
pre-configure:
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
.include <bsd.port.mk>
|