summaryrefslogtreecommitdiff
path: root/multimedia/kmplayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kmplayer/Makefile')
-rw-r--r--multimedia/kmplayer/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/kmplayer/Makefile b/multimedia/kmplayer/Makefile
new file mode 100644
index 000000000000..80a3b8cba232
--- /dev/null
+++ b/multimedia/kmplayer/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: KMplayer
+# Date created: Jan 31, 2003
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= kmplayer
+PORTVERSION= 0.6.5a
+CATEGORIES= multimedia audio
+MASTER_SITES= http://www.xs4all.nl/%7Ejjvrieze/
+
+MAINTAINER= will@FreeBSD.org
+COMMENT= KDE frontend to mplayer
+
+RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
+
+USE_BZIP2= yes
+WRKSRC= ${WRKDIR}/kmplayer
+USE_KDEBASE_VER=3
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=
+CONFIGURE_ARGS+=--with-x=${X11BASE} --disable-debug
+
+.include <bsd.port.mk>