1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/tthsum/Makefile

30 lines
557 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= tthsum
PORTVERSION= 1.3.2
CATEGORIES= security
MASTER_SITES= http://tthsum.devs.nu/pkg/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility for generating and checking TTH message digests
LICENSE= GPLv3
CONFLICTS= microdc2-[0-9]*
USES= gmake
MANCOMPRESSED= yes
MAN1= tthsum.1
PLIST_FILES= bin/tthsum
WRKSRC= ${WRKDIR}/${PORTNAME}
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest
NO_STAGE= yes
.include <bsd.port.mk>