summaryrefslogtreecommitdiff
path: root/multimedia/rage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/rage/Makefile')
-rw-r--r--multimedia/rage/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/rage/Makefile b/multimedia/rage/Makefile
new file mode 100644
index 000000000000..47f45bc24419
--- /dev/null
+++ b/multimedia/rage/Makefile
@@ -0,0 +1,21 @@
+# Created by: Grzegorz Blach <gblach@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rage
+PORTVERSION= 0.1.0
+CATEGORIES= multimedia enlightenment
+MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
+
+MAINTAINER= gblach@FreeBSD.org
+COMMENT= EFL video and audio player with some extra bells and whistles
+
+LICENSE= BSD2CLAUSE
+
+LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \
+ libelementary.so:${PORTSDIR}/x11-toolkits/elementary
+
+DIST_SUBDIR= enlightenment
+GNU_CONFIGURE= yes
+USES= desktop-file-utils pkgconfig tar:bzip2
+
+.include <bsd.port.mk>