blob: 043739ebf8448f2863f679222137fb85e5e2480f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= edje_viewer
PORTVERSION= 20130520
CATEGORIES= graphics enlightenment
MASTER_SITES= LOCAL/gblach/e17/extra/
MAINTAINER= gblach@FreeBSD.org
COMMENT= A simple viewer for .edj files
USES= pkgconfig
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= evas ecore edje elementary
USE_EFL_ECORE= file
NO_STAGE= yes
.include <bsd.port.mk>
|