forked from Lainports/freebsd-ports
22 lines
365 B
Makefile
22 lines
365 B
Makefile
# Created by: eik
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rdigest
|
|
|
|
COMMENT= Recursive message digest wrapper utility
|
|
|
|
BROKEN= unfetchable
|
|
DEPRECATED= Unfetchable, unmaintained
|
|
EXPIRATION_DATE= 2019-10-16
|
|
|
|
DISTNAME= digest-${PORTVERSION}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
CONFLICTS= # none
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
MASTERDIR= ${.CURDIR}/../digest
|
|
|
|
.include "${MASTERDIR}/Makefile"
|