mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
aff42c7199
most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
33 lines
890 B
Makefile
33 lines
890 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_mips= fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
|
|
BROKEN_mips64= fails to compile: unrecognized command line option "-Wmaybe-uninitialized"
|
|
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>
|