1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/gsfv/Makefile
Pawel Pekala 23fb0bcf75 - Fix build with clang
- Add LICENSE

PR:		ports/184887
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-20 20:50:14 +00:00

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>