summaryrefslogtreecommitdiff
path: root/multimedia/rage/Makefile
diff options
context:
space:
mode:
authorGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
committerGrzegorz Blach <gblach@FreeBSD.org>2014-11-25 03:07:22 +0000
commit273c6e6d76de909e0b97d381d45340af8e91a37e (patch)
treea3ede366da71e5f2c9d8a5565a987a08de3b99d0 /multimedia/rage/Makefile
parent- Update to 2.2.5. (diff)
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine
Notes
Notes: svn path=/head/; revision=373393
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>