mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
19 lines
395 B
Makefile
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>
|