mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
40c9c7f7eb
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
30 lines
609 B
Makefile
30 lines
609 B
Makefile
# Created by: Chris Calvey <chris@securityforensics.co.uk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= afflib
|
|
PORTVERSION= 3.7.16
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-s3=yes
|
|
USES= autoreconf fuse libtool pathfix readline ssl
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|