mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
a52b1a298c
PR: ports/174309 Submitted by: Chris Petrik
34 lines
674 B
Makefile
34 lines
674 B
Makefile
# 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= 7
|
|
CATEGORIES= multimedia kde
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Movie player based on mplayer
|
|
|
|
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
|
|
|
|
PORTSCOUT= limit:^0\.6\.
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_GETTEXT= yes
|
|
USE_PERL5_BUILD=yes
|
|
USE_AUTOTOOLS= automake:env autoconf:env libtool
|
|
|
|
AUTOTOOLSFILES= admin/cvs.sh
|
|
|
|
pre-configure:
|
|
@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
|
|
|
|
.include <bsd.port.mk>
|