aboutsummaryrefslogtreecommitdiff
path: root/textproc/ffe/Makefile
blob: 11c4a6d25c0a7aef193a18ed795b0c8ab9a4e26d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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>