freebsd-ports/multimedia/kplayer-kde4/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
625 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= 1
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>