mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
1ba8497aa8
- Add LICENSE_FILE - Switch to new test framework - Simplify DESTDIR handling Approved by: portmgr blanket
30 lines
588 B
Makefile
30 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>
|