diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
commit | 273c6e6d76de909e0b97d381d45340af8e91a37e (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /multimedia/rage | |
parent | e688f6929aa312916047cec14f32a26ac695505a (diff) | |
download | ports-273c6e6d76de909e0b97d381d45340af8e91a37e.tar.gz ports-273c6e6d76de909e0b97d381d45340af8e91a37e.zip |
Notes
Diffstat (limited to 'multimedia/rage')
-rw-r--r-- | multimedia/rage/Makefile | 21 | ||||
-rw-r--r-- | multimedia/rage/distinfo | 2 | ||||
-rw-r--r-- | multimedia/rage/pkg-descr | 4 | ||||
-rw-r--r-- | multimedia/rage/pkg-plist | 5 |
4 files changed, 32 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> diff --git a/multimedia/rage/distinfo b/multimedia/rage/distinfo new file mode 100644 index 000000000000..bfe4907b93df --- /dev/null +++ b/multimedia/rage/distinfo @@ -0,0 +1,2 @@ +SHA256 (enlightenment/rage-0.1.0.tar.bz2) = e477125bbc86adee91803a9585e83e670b3e5933890338d43c9f156161f06955 +SIZE (enlightenment/rage-0.1.0.tar.bz2) = 440419 diff --git a/multimedia/rage/pkg-descr b/multimedia/rage/pkg-descr new file mode 100644 index 000000000000..8e27ccfa4868 --- /dev/null +++ b/multimedia/rage/pkg-descr @@ -0,0 +1,4 @@ +Rage is a video and audio player written with Enlightenment Foundation +Libraries with some extra bells and whistles. + +WWW: http://www.enlightenment.org/ diff --git a/multimedia/rage/pkg-plist b/multimedia/rage/pkg-plist new file mode 100644 index 000000000000..bd50944c7491 --- /dev/null +++ b/multimedia/rage/pkg-plist @@ -0,0 +1,5 @@ +bin/rage +lib/rage/utils/rage_thumb +share/applications/rage.desktop +share/icons/rage.png +%%DATADIR%%/themes/default.edj |