2006-10-08 13:48:37 +00: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 21:13:53 +00:00
|
|
|
PORTVERSION= 20080223
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 1
|
2006-10-08 13:48:37 +00:00
|
|
|
CATEGORIES= graphics
|
2007-03-11 08:51:14 +00:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2006-10-08 13:48:37 +00: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 21:13:53 +00:00
|
|
|
USE_EFL_ECORE= config
|
2006-10-08 13:48:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2007-03-24 14:03:59 +00:00
|
|
|
.include <bsd.port.mk>
|