aboutsummaryrefslogtreecommitdiff
path: root/graphics/epsilon/Makefile
blob: 300aa7bb5371cca64733cc0d7f3ed52af31b8e0d (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
# New ports collection makefile for:	epsilon
# Date created:		05/09/2005
# Whom:			vanilla
#
# $FreeBSD$
#

PORTNAME=	epsilon
PORTVERSION=	0.3.0.005
CATEGORIES=	graphics
MASTER_SITES=	http://enlightenment.freedesktop.org/files/

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	A small, display independent, and quick thumbnailing library

LIB_DEPENDS=	epeg.9:${PORTSDIR}/graphics/epeg \
		edje.5:${PORTSDIR}/graphics/edje

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

.include <bsd.port.mk>