opnsense-ports/security/gsfv/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
446 B
Makefile

# Created by: Frederic Cambus
# $FreeBSD$
PORTNAME= gsfv
PORTVERSION= 0.2.1
PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= LOCAL/ijliao
MAINTAINER= ports@FreeBSD.org
COMMENT= Create or verify Simple File Verification (SFV) checksum files
LICENSE= BSD2CLAUSE
USE_GNOME= gtk12
GNU_CONFIGURE= yes
PLIST_FILES= bin/gsfv
post-patch:
@${REINPLACE_CMD} -e \
's|\([[:blank:]]\)log|\1bb_log|' ${WRKSRC}/src/backbone.c
.include <bsd.port.mk>