freebsd-ports/sysutils/afflib/Makefile
Antoine Brodin 764ae70066 Update to 3.7.15
PR:		217048
2017-02-13 19:06:09 +00:00

28 lines
592 B
Makefile

# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD$
PORTNAME= afflib
PORTVERSION= 3.7.15
CATEGORIES= sysutils
MAINTAINER= antoine@FreeBSD.org
COMMENT= Advanced Forensics Format library and utilities
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
GH_TAGNAME= 4540cbd
USE_LDCONFIG= yes
USES= autoreconf fuse libtool pathfix readline ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-s3=yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>