opnsense-ports/security/tthsum/Makefile
Franco Fichtner ebe567402a */*: sync with upstream
Taken from: HardenedBSD
2018-02-27 07:43:58 +01:00

29 lines
588 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= tthsum
PORTVERSION= 1.3.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://tthsum.devs.nu/pkg/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Command-line utility for generating and checking TTH message digests
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
CONFLICTS= microdc2-[0-9]*
USES= gmake
PLIST_FILES= bin/tthsum man/man1/tthsum.1.gz
WRKSRC= ${WRKDIR}/${PORTNAME}
TEST_TARGET= runtest
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>