aboutsummaryrefslogtreecommitdiffstats
path: root/www/egueb/Makefile
blob: 66cb4b6dc0205213e4dbc0c7e8fecb2142bf7d05 (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
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER= gblach@FreeBSD.org
COMMENT=    Egueb provides support for www standards

LICENSE=    LGPL21

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

DIST_SUBDIR=    e17
GNU_CONFIGURE=  yes
USES=       bison gmake pathfix pkgconfig tar:bzip2
USE_EFL=    eina enesim ender etch libtool_hack
USE_LDCONFIG=   yes

CONFIGURE_ARGS= --disable-static

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

.include <bsd.port.mk>