summaryrefslogtreecommitdiff
path: root/sysutils/afflib/Makefile
blob: 8b02c5e74c38af87f7140269672fc1b4008cf8f5 (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
PORTNAME=	afflib
PORTVERSION=	3.7.20
DISTVERSIONPREFIX=	v
CATEGORIES=	sysutils

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Advanced Forensics Format library and utilities
WWW=		https://github.com/sshock/AFFLIBv3

LICENSE=	BSD4CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libexpat.so:textproc/expat2 \
		libcurl.so:ftp/curl

USE_GITHUB=	yes
GH_ACCOUNT=	sshock
GH_PROJECT=	AFFLIBv3

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS=	--enable-s3=yes
USES=		autoreconf cpe fuse libtool pathfix readline ssl
CPE_VENDOR=	${PORTNAME}_project
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>