1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Fix build with clang

- Add LICENSE

PR:		ports/184887
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Pawel Pekala 2013-12-20 20:50:14 +00:00
parent 2d6594220d
commit 23fb0bcf75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337089

View File

@ -5,14 +5,20 @@ PORTNAME= gsfv
PORTVERSION= 0.2.1
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ijliao
MASTER_SITES= LOCAL/ijliao
MAINTAINER= ports@FreeBSD.org
COMMENT= Create or verify Simple File Verification (SFV) checksum files
PLIST_FILES= bin/gsfv
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>