freebsd-ports/graphics/edje_viewer/Makefile
Grzegorz Blach 81e93bb498 - Support staging
Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-06 01:31:15 +00:00

19 lines
402 B
Makefile

# 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
.include <bsd.port.mk>