aboutsummaryrefslogtreecommitdiff
path: root/security/tthsum/Makefile
blob: adf7c4ba8970c139e7e8b00b0d1ba2b0e29d88bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>