mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
9237fe1da1
- adopt port; - silent portlint. Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18488
28 lines
571 B
Makefile
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>
|