1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/sysutils/afflib/Makefile
Dmitry Marakasov a6896bd6e9 - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-16 13:41:41 +00:00

26 lines
582 B
Makefile

# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD$
PORTNAME= afflib
PORTVERSION= 3.7.4
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/
MAINTAINER= antoine@FreeBSD.org
COMMENT= Advanced Forensics Format library and utilities
LICENSE= BSD4CLAUSE
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \
libcurl.so:${PORTSDIR}/ftp/curl
USE_LDCONFIG= yes
USE_OPENSSL= yes
USES= fuse libtool pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-s3=yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>