freebsd-ports/graphics/ender/Makefile
Grzegorz Blach 678ec51387 - Support staging
Approved by:	crees, tabthorpe (mentors, implicit)
2013-10-06 14:41:55 +00:00

29 lines
650 B
Makefile

# 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
USES= bison pathfix pkgconfig
USE_EFL= eina enesim libtool_hack
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>