mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
30 lines
658 B
Makefile
30 lines
658 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
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USES= bison gmake pathfix pkgconfig
|
|
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>
|