mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
28 lines
663 B
Makefile
28 lines
663 B
Makefile
PORTNAME= ffe
|
|
DISTVERSION= 0.3.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/ff-extractor/ff-extractor/${DISTVERSION}
|
|
|
|
MAINTAINER= egypcio@FreeBSD.org
|
|
COMMENT= Flat file extractor
|
|
WWW= https://ff-extractor.sourceforge.net/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= makeinfo localbase
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
CFLAGS+= -std=gnu89 # Requires GNU89 inline semantics.
|
|
|
|
INFO= ffe
|
|
PORTDOCS= ffe.html
|
|
PLIST_FILES= bin/ffe share/man/man1/ffe.1.gz
|
|
|
|
OPTIONS_DEFINE= DOCS GCRYPT
|
|
GCRYPT_CONFIGURE_WITH= libgcrypt-prefix="${LOCALBASE}"
|
|
GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
|
|
|
|
.include <bsd.port.mk>
|