blob: 7ce4dbb706300a8e39c2905bc7692b05e8000f04 (
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
|
# 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
CATEGORIES= multimedia kde
MASTER_SITES= SF
MAINTAINER= se@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:19:env autoconf:261:env libtool:15
pre-configure:
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
.include <bsd.port.mk>
|