1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/sysutils/afflib/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

30 lines
596 B
Makefile

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