freebsd-ports/www/egueb/Makefile
Grzegorz Blach 2d250bb95e - Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG

Approved by:	crees (mentor)
2012-12-22 20:54:59 +00:00

31 lines
684 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
USE_GMAKE= yes
USE_BISON= build
USE_EFL= eina enesim ender etch libtool_hack
USE_GNOME= gnomehack pkgconfig
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>