summaryrefslogtreecommitdiff
path: root/x11/enlightenment/Makefile
blob: 2e565be52448671eec91b83b0938292b2e17d49e (plain)
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
# $NetBSD: Makefile,v 1.7 1999/03/29 23:21:17 garbled Exp $

DISTNAME=		enlightenment-0.15.4
CATEGORIES=		x11
MASTER_SITES=		ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/

MAINTAINER=		root@garbled.net
HOMEPAGE=		http://www.enlightenment.org/

DEPENDS+=		ImageMagick-4.2.1:../../graphics/ImageMagick
DEPENDS+=		imlib-1.9.4:../../graphics/imlib
DEPENDS+=		freetype-1.1:../../textproc/freetype
DEPENDS+=		fnlib-0.4:../../graphics/fnlib
DEPENDS+=		esound-0.2.8:../../audio/esound
DEPENDS+=		eterm-0.8.8:../../x11/eterm

USE_PERL5=		yes
USE_X11BASE=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS=		--enable-fsstd
USE_GMAKE=		yes
LDFLAGS+=		-L${LOCALBASE}/lib
CFLAGS+=		-I${LOCALBASE}/include

.include "../../mk/bsd.pkg.mk"