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