2012-12-22 21:54:59 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ender
|
|
|
|
PORTVERSION= 20121003
|
|
|
|
CATEGORIES= graphics enlightenment
|
|
|
|
MASTER_SITES= http://files.roorback.net/e17/extra/
|
|
|
|
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
|
|
COMMENT= Ender provide common API for enesim renderers
|
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
|
|
|
|
|
|
|
|
DIST_SUBDIR= e17
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2013-03-08 12:32:11 +01:00
|
|
|
USES= bison pathfix
|
2012-12-22 21:54:59 +01:00
|
|
|
USE_EFL= eina enesim libtool_hack
|
2013-03-08 12:32:11 +01:00
|
|
|
USE_GNOME= pkgconfig
|
2012-12-22 21:54:59 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s|@LEX@|${LOCALBASE}/bin/flex|" \
|
|
|
|
${WRKSRC}/src/lib/Makefile.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|