1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/edje_viewer/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

19 lines
395 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= Simple viewer for .edj files
USES= pkgconfig tar:bzip2
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
USE_EFL= evas ecore edje elementary
USE_EFL_ECORE= file
.include <bsd.port.mk>