freebsd-ports/x11/enventor/Makefile
Antoine Brodin 24a2d569c5 Mark BROKEN: fails to build
/usr/local/bin/eolian_gen --legacy -I//usr/local/share/eolian/include/eo-1 -I//usr/local/share/eolian/include/evas-1 -I//usr/local/share/eolian/include/edje-1 -I//usr/local/share/eolian/include/ecore-1 -I//usr/local/share/eolian/include/elementary-1 -I//usr/local/share/eolian/include/efl-1 -I../../src/lib --gc -o enventor_object.eo.c enventor_object.eo
eolian_gen: illegal option -- -

Reported by:	pkg-fallout
MFH:		2017Q4
2017-10-08 18:58:23 +00:00

35 lines
657 B
Makefile

# $FreeBSD$
PORTNAME= enventor
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= x11 enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/
DIST_SUBDIR= enlightenment
MAINTAINER= itbot@bk.ru
COMMENT= Dynamic EDC Editor
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= fails to build
LIB_DEPENDS= libefl.so:devel/efl
USES= compiler:c11 desktop-file-utils gmake libtool pkgconfig \
tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libenventor.so.1.0.0
.include <bsd.port.mk>