mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
29 lines
653 B
Makefile
29 lines
653 B
Makefile
# 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>
|