aboutsummaryrefslogtreecommitdiff
path: root/x11/elicit/Makefile
blob: 8de6d8b8d1b7813b847c5391e3bc2c803aab6fc2 (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
27
28
29
30
31
# New ports collection makefile for:	elicit
# Date created:		2006-07-18
# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#

PORTNAME=	elicit
PORTVERSION=	20080223
PORTREVISION=	3
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.springdaemons.com/pub/snapshots/e17/

MAINTAINER=	stas@FreeBSD.org
COMMENT=	Screen zoomer/color picker for e17

GNU_CONFIGURE=	yes
USE_BZIP2=	yes
USE_GMAKE=	yes
USE_GNOME=	gnometarget pkgconfig
USE_EFL=	ecore eet edje evas imlib2
USE_EFL_ESMART=	draggies container
USE_EFL_ECORE=	evas file config

.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN=		edje is broken on ia64
.endif

.include <bsd.port.post.mk>