freebsd-ports/multimedia/kplayer-kde4/Makefile

30 lines
628 B
Makefile
Raw Normal View History

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
PORTVERSION= 0.6.3
PORTREVISION= 5
2003-04-11 17:38:01 +02:00
CATEGORIES= multimedia kde
MASTER_SITES= SF
2003-04-11 17:38:01 +02: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
USE_GETTEXT= yes
USE_PERL5_BUILD=yes
USE_AUTOTOOLS= automake:19:env autoconf:262:env libtool:22
2003-04-11 17:38:01 +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>