aboutsummaryrefslogblamecommitdiff
path: root/security/tthsum/Makefile
blob: f957eb23262ec873a9a46b23e1a31c1300b93358 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                

                      
                     
                 
                        
                                            
                            
 
                                  
                                                                                    
 

                                     
 

                               
                     
 
                                               
 
                                     
                       
 
             
                                                          
 
                      
# Created by: Emanuel Haupt <ehaupt@critical.ch>

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>