1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/egueb/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

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>