aboutsummaryrefslogtreecommitdiff
path: root/graphics/entice/Makefile
blob: ac502814c7ae9ddaf8358ab6283294687b0bdf17 (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
# New ports collection makefile for:	entice
# Date created:		7 Oct 2001
# Whom:			Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=	entice
PORTVERSION=	0.9.3.004
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	vanilla

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	An image viewer written using libraries for Enlightenment 0.17

LIB_DEPENDS=	esmart_thumb.0:${PORTSDIR}/graphics/esmart

BROKEN=		Does not compile

USE_X_PREFIX=	yes
USE_AUTOTOOLS=	libtool:15
USE_GNOME=	gnometarget
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>