multimedia/rage: Update to 0.3.1 x11-wm/enlightenment: Update to 0.24.1 x11/terminology: Update to 1.7.0 PR: 245594 Submitted by: Peter TKATCHENKO <peter@flytrace.com> Approved by: enlightenment (maintainer timeout)
19 lines
483 B
Makefile
19 lines
483 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rage
|
|
PORTVERSION= 0.3.1
|
|
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:devel/efl
|
|
|
|
DIST_SUBDIR= enlightenment
|
|
USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz
|
|
|
|
.include <bsd.port.mk>
|