forked from Lainports/freebsd-ports
Based on the new policy of all maintained ports reset when maintaner is absent for 3 months. Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months). portscout database indicates that 48.94% of his ports aren't updated.
30 lines
710 B
Makefile
30 lines
710 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ffe
|
|
DISTVERSION= 0.3.7-1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/ff-extractor/ff-extractor/${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Flat file extractor
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
|
|
|
|
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
|
|
libgpg-error.so:security/libgpg-error
|
|
|
|
USES= makeinfo localbase
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_func_setmode=no # looks for wrong kind of setmode()
|
|
|
|
INFO= ffe
|
|
PORTDOCS= ffe.html
|
|
PLIST_FILES= bin/ffe man/man1/ffe.1.gz
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|