2006-10-08 15:48:37 +02:00
|
|
|
# New ports collection makefile for: edje_viewer
|
|
|
|
# Date created: 2006-08-14
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $MBSDlabs$
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= edje_viewer
|
2008-03-11 22:13:53 +01:00
|
|
|
PORTVERSION= 20080223
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2006-10-08 15:48:37 +02:00
|
|
|
CATEGORIES= graphics
|
2007-03-11 09:51:14 +01:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2006-10-08 15:48:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
COMMENT= A simple viewer for .edj files
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
|
|
|
USE_EFL= evas ecore edje etk
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_EFL_ECORE= config
|
2006-10-08 15:48:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2007-03-24 15:03:59 +01:00
|
|
|
.include <bsd.port.mk>
|