freebsd-ports/security/gsfv/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00: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>