mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e6280f9d48
PR: ports/83181 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
23 lines
354 B
Makefile
23 lines
354 B
Makefile
# New ports collection makefile for: rdigest
|
|
# Date created: 2004-06-24
|
|
# Whom: eik
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rdigest
|
|
|
|
COMMENT= Recursive message digest wrapper utility
|
|
|
|
DISTNAME= digest-${PORTVERSION}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
CONFLICTS= # none
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
MASTERDIR= ${.CURDIR}/../digest
|
|
|
|
.include "${MASTERDIR}/Makefile"
|