273c6e6d76
- 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
20 lines
458 B
Makefile
20 lines
458 B
Makefile
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= edje_viewer
|
|
PORTVERSION= 20130520
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics enlightenment
|
|
MASTER_SITES= LOCAL/gblach/e17/extra/
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= Simple viewer for .edj files
|
|
|
|
LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \
|
|
libelementary.so:${PORTSDIR}/x11-toolkits/elementary
|
|
|
|
USES= pkgconfig tar:bzip2
|
|
DIST_SUBDIR= e17
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|