Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
277 B
Makefile
18 lines
277 B
Makefile
# Created by: 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"
|