6545a828a5
- Upgrade devel/efl to 1.15.0 - Upgrade x11-toolkits/elementary to 1.15.0 - Upgrade graphics/evas_generic_loaders* to 1.15.0 - Upgrade multimedia/emotion_generic_players-vlc to 1.15.0 - Upgrade multimedia/rage to 0.1.4 [2] PR: 202023 [1], 202024 [2] Submitted by: cpets <at> list <dot> ru [1][2]
21 lines
552 B
Makefile
21 lines
552 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rage
|
|
PORTVERSION= 0.1.4
|
|
CATEGORIES= multimedia enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
|
|
|
|
MAINTAINER= enlightenment@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:xz
|
|
|
|
.include <bsd.port.mk>
|