ports/sysutils/afflib/Makefile
Martin Wilke 5c837b6f61 The Advanced Forensics Format is an open and extensible file formatdesigned
to store disk images and associated metadata.

WWW: http://www.afflib.org

PR:		ports/120769
Submitted by:	Chris Calvey <chris at securityforensics.co.uk>
2008-03-26 15:18:09 +00:00

30 lines
665 B
Makefile

# Ports collection makefile for: afflib
#
# Date created: 15/02/2008
# Whom: Chris Calvey <chris@securityforensics.co.uk>
#
# $FreeBSD$
#
PORTNAME= afflib
PORTVERSION= 3.0.6
CATEGORIES= sysutils
MASTER_SITES= http://www.afflib.org/downloads/
MAINTAINER= chris@securityforensics.co.uk
COMMENT= The Advanced Forensics Format library and utilities
LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \
expat.6:${PORTSDIR}/textproc/expat2
USE_OPENSSL= yes
USE_ICONV = yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \
LDFLAGS='${PTHREAD_LIBS}'
CFLAGS+= ${PTHREAD_LIBS}
.include <bsd.port.mk>