e889bcf2e7
- Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl
19 lines
396 B
Makefile
19 lines
396 B
Makefile
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= edje_viewer
|
|
PORTVERSION= 20130520
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics enlightenment
|
|
MASTER_SITES= LOCAL/gblach/e17/extra/
|
|
|
|
MAINTAINER= enlightenment@FreeBSD.org
|
|
COMMENT= Simple viewer for .edj files
|
|
|
|
LIB_DEPENDS= libefl.so:devel/efl
|
|
|
|
USES= pkgconfig tar:bzip2
|
|
DIST_SUBDIR= e17
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|