mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
676ef7582d
PR: 220506 Submitted by: amutu@amutu.com (new maintainer) MFH: 2017Q3
29 lines
614 B
Makefile
29 lines
614 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= amutu@amutu.com
|
|
COMMENT= Flat file extractor
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
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>
|