blob: b7ac571681cfdd8d250232d92c7dc241de429a2e (
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
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>
|