freebsd-ports/sysutils/afflib/Makefile

30 lines
620 B
Makefile
Raw Normal View History

# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD$
PORTNAME= afflib
2015-05-15 17:13:42 +02:00
PORTVERSION= 3.7.6
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= antoine@FreeBSD.org
COMMENT= Advanced Forensics Format library and utilities
2013-12-22 21:35:21 +01:00
LICENSE= BSD4CLAUSE
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
libcurl.so:${PORTSDIR}/ftp/curl
2015-05-15 17:13:42 +02:00
USE_GITHUB= yes
GH_ACCOUNT= sshock
GH_PROJECT= AFFLIBv3
USE_LDCONFIG= yes
USE_OPENSSL= yes
2015-05-15 17:13:42 +02:00
USES= autoreconf fuse libtool pathfix
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-s3=yes
2014-05-27 18:34:03 +02:00
INSTALL_TARGET= install-strip
.include <bsd.port.mk>