17 lines
369 B
Makefile
17 lines
369 B
Makefile
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>
|