1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/ffe/Makefile
Vinícius Zavam 9237fe1da1 textproc/ffe: update 0.3.8 to 0.3.9
- adopt port;
  - silent portlint.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18488
2018-12-17 10:15:09 +00:00

28 lines
571 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= ffe
DISTVERSION= 0.3.9
CATEGORIES= textproc
MASTER_SITES= SF/ff-extractor/ff-extractor/${DISTVERSION}
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Flat file extractor
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= makeinfo localbase
GNU_CONFIGURE= yes
INFO= ffe
PORTDOCS= ffe.html
PLIST_FILES= bin/ffe 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>