aboutsummaryrefslogtreecommitdiffstats
path: root/www/egueb/Makefile
blob: ac8d5cf2b1a4ca21e140a3e4b2a67dbf5e63cc32 (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
31
32
# 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

BROKEN=     Don't build with EFL 1.11
DEPRECATED= Unused by EFL 1.11
EXPIRATION_DATE=2014-12-31

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

.include <bsd.port.mk>