freebsd-ports/sysutils/afflib/Makefile
Marcelo Araujo 18d2643915 - Update to 3.3.7.
PR:		ports/137724
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout ( > 2 weeks )
2009-09-01 23:27:59 +00:00

42 lines
1 KiB
Makefile

# Ports collection makefile for: afflib
#
# Date created: 15/02/2008
# Whom: Chris Calvey <chris@securityforensics.co.uk>
#
# $FreeBSD$
#
PORTNAME= afflib
PORTVERSION= 3.3.7
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:262
CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX}
CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \
LDFLAGS='${PTHREAD_LIBS}'
CFLAGS+= ${PTHREAD_LIBS}
MAN1= afcat.1
post-patch:
@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
@${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \
${WRKSRC}/lib/Makefile.in
@${REINPLACE_CMD} -e 's|(libdir)|(libdir)/libdata|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>