1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/afflib/Makefile
Stefan Eßer e8ba93f7f3 sysutils/afflib: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 16:27:10 +02:00

30 lines
633 B
Makefile

# Created by: Chris Calvey <chris@securityforensics.co.uk>
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 cpe fuse libtool pathfix readline ssl
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>