1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/security/tthsum/Makefile
Emanuel Haupt cf12c69ab5 Register CONFLICTS
Submitted by:	"Sulev-Madis 'ketas' Silber" <madis555@hot.ee> (via mail)
2012-06-11 09:52:17 +00:00

34 lines
629 B
Makefile

# New ports collection makefile for: tthsum
# Date created: 25 Sep 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= tthsum
PORTVERSION= 1.3.1
PORTREVISION= 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
LICENSE= GPLv3
CONFLICTS= microdc2-[0-9]*
USE_GMAKE= yes
MANCOMPRESSED= yes
MAKE_JOBS_SAFE= yes
MAN1= tthsum.1
PLIST_FILES= bin/tthsum
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test runtest
.include <bsd.port.mk>