1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/graphics/edje_viewer/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
441 B
Makefile

# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= edje_viewer
PORTVERSION= 20130520
PORTREVISION= 2
CATEGORIES= graphics enlightenment
MASTER_SITES= LOCAL/gblach/e17/extra/
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= Simple viewer for .edj files
LIB_DEPENDS= libefl.so:devel/efl \
libelementary.so:x11-toolkits/elementary
USES= pkgconfig tar:bzip2
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
.include <bsd.port.mk>