aboutsummaryrefslogtreecommitdiff
path: root/graphics/edje_viewer/Makefile
blob: 0be7e99950317b5bb04fe2d1ec0176b48ba24921 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	edje_viewer
# Date created:		2006-08-14
# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#

PORTNAME=	edje_viewer
PORTVERSION=	20110129
CATEGORIES=	graphics enlightenment
MASTER_SITES=	http://files.roorback.net/e17/2011-01-29/extra/

MAINTAINER=	stas@FreeBSD.org
COMMENT=	A simple viewer for .edj files

DIST_SUBDIR=	e17
USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_EFL=	evas ecore edje elementary
USE_EFL_ECORE=	file
USE_GNOME=	gnomehack pkgconfig gnometarget
USE_GMAKE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>