2006-07-24 19:48:41 +02:00
|
|
|
# New ports collection makefile for: engrave
|
|
|
|
# Date created: 2006-07-16
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= engrave
|
2008-03-11 22:13:53 +01:00
|
|
|
PORTVERSION= 20080223
|
|
|
|
PORTREVISION= 0
|
2006-07-24 19:48:41 +02:00
|
|
|
CATEGORIES= devel
|
2007-03-11 09:51:14 +01:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2006-07-24 19:48:41 +02:00
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2006-07-24 19:48:41 +02:00
|
|
|
COMMENT= A library for editing the contents of an edje .eet file
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_GNOME= gnometarget pkgconfig gnomehack
|
|
|
|
USE_EFL= ecore evas
|
2008-03-11 22:13:53 +01:00
|
|
|
USE_EFL_ECORE= evas
|
2006-07-24 19:48:41 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2007-03-24 15:03:59 +01:00
|
|
|
.include <bsd.port.mk>
|