blob: 8be11991f8dba2202dc090652604e0d4eaad90a1 (
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
|
# New ports collection makefile for: tthsum
# Date created: 25 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= tthsum
PORTVERSION= 1.2.1
CATEGORIES= security
MASTER_SITES= http://tthsum.devs.nu/pkg/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A command-line utility for generating and checking TTH message digests
USE_GMAKE= yes
MANCOMPRESSED= yes
MAKE_JOBS_SAFE= yes
MAN1= tthsum.1
PLIST_FILES= bin/tthsum
.include <bsd.port.mk>
|