1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/sysutils/afflib/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

29 lines
593 B
Makefile

# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD$
PORTNAME= afflib
PORTVERSION= 3.7.10
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= antoine@FreeBSD.org
COMMENT= Advanced Forensics Format library and utilities
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libcurl.so:ftp/curl
USE_GITHUB= yes
GH_ACCOUNT= sshock
GH_PROJECT= AFFLIBv3
USE_LDCONFIG= yes
USES= autoreconf fuse libtool pathfix readline ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-s3=yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>