blob: 83920d591ab27e59e38c9c6d55c2678a4ad36dd3 (
plain)
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
PORTREVISION= 2
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 \
libelementary.so:x11-toolkits/elementary
USES= pkgconfig tar:bzip2
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|