1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/digest/Makefile
Akinori MUSHA 77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00

33 lines
633 B
Makefile

# New ports collection makefile for: digest
# Date created: 2001-03-09
# Whom: trevor
#
# $NetBSD: Makefile,v 1.4 2001/03/07 23:03:19 kim Exp $
# $FreeBSD$
#
PORTNAME= digest
PORTVERSION= 20010807
PORTREVISION= 2
CATEGORIES= security sysutils
MASTER_SITES= #
DISTFILES=
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man/man
MAKE_ARGS= VERSION="${PORTVERSION}"
MAN1= digest.1
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}
do-extract:
${MKDIR} ${WRKSRC}
cd ${FILESDIR} && pax -r -w * ${WRKSRC}
pre-install:
${ECHO_CMD} bin/digest > ${PLIST}
.include <bsd.port.mk>