freebsd-ports/sysutils/afflib/Makefile
Edwin Groothuis 86881c3593 [maintainer update] Upgrade to sysutils/AFFLIB 3.2.0
Patch included to upgrade AFFLIB port from 3.1.3 to 3.2.0.

PR:		ports/123757
Submitted by:	Chris Calvey <chris@securityforensics.co.uk>
2008-05-24 06:30:31 +00:00

33 lines
765 B
Makefile

# Ports collection makefile for: afflib
#
# Date created: 15/02/2008
# Whom: Chris Calvey <chris@securityforensics.co.uk>
#
# $FreeBSD$
#
PORTNAME= afflib
PORTVERSION= 3.2.0
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:${PORTSDIR}/textproc/expat2 \
curl:${PORTSDIR}/ftp/curl
USE_LDCONFIG= yes
USE_OPENSSL= yes
USE_ICONV = yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS= --enable-s3=yes
CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \
LDFLAGS='${PTHREAD_LIBS}'
CFLAGS+= ${PTHREAD_LIBS}
.include <bsd.port.mk>