mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
23fb0bcf75
- Add LICENSE PR: ports/184887 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
25 lines
446 B
Makefile
25 lines
446 B
Makefile
# Created by: Frederic Cambus
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsfv
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 4
|
|
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>
|