mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5e38556079
minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
20 lines
400 B
Makefile
20 lines
400 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
|
|
DIST_SUBDIR= e17
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_EFL= evas ecore edje elementary
|
|
USE_EFL_ECORE= file
|
|
|
|
.include <bsd.port.mk>
|