aboutsummaryrefslogtreecommitdiff
path: root/graphics/edje_viewer/Makefile
blob: a60f236dda27b52c31f5248fe4a2d1aa65a831d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	edje_viewer
PORTVERSION=	20130520
PORTREVISION=	6
CATEGORIES=	graphics enlightenment
MASTER_SITES=	LOCAL/gblach/e17/extra/

MAINTAINER=	enlightenment@FreeBSD.org
COMMENT=	Simple viewer for .edj files
WWW=		https://www.enlightenment.org/

LIB_DEPENDS=	libefl.so:devel/efl

USES=		pkgconfig tar:bzip2
DIST_SUBDIR=	e17
GNU_CONFIGURE=	yes

.include <bsd.port.mk>