9250d94365
It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
30 lines
661 B
Makefile
30 lines
661 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
|
|
USE_EFL= eina enesim libtool_hack
|
|
USE_GNOME= pkgconfig
|
|
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>
|