aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ender/Makefile
blob: 2767a0f24f878c5d6d0e990ccc930aaae2d34265 (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
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ender
PORTVERSION=    20121003
CATEGORIES= graphics enlightenment
MASTER_SITES=   http://files.roorback.net/e17/extra/

MAINTAINER= gblach@FreeBSD.org
COMMENT=    Ender provide common API for enesim renderers

LICENSE=    LGPL21

BUILD_DEPENDS=  ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex

DIST_SUBDIR=    e17
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USES=       bison pathfix
USE_EFL=    eina enesim libtool_hack
USE_GNOME=  pkgconfig
USE_LDCONFIG=   yes

CONFIGURE_ARGS= --disable-static

post-patch:
    @${REINPLACE_CMD} -e "s|@LEX@|${LOCALBASE}/bin/flex|" \
        ${WRKSRC}/src/lib/Makefile.in

.include <bsd.port.mk>