pkgsrc/pkgtools/digest/Makefile

32 lines
751 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.63 2020/01/18 23:33:25 rillig Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
2014-03-03 04:30:52 +01:00
PKGNAME?= digest-${VERSION}
CATEGORIES= pkgtools
MAINTAINER?= agc@NetBSD.org
HOMEPAGE?= https://www.NetBSD.org/docs/software/packages.html
COMMENT?= Message digest wrapper utility
LICENSE= original-bsd
CHECK_PERMS= no
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
${FILESDIR}/configure
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
2001-03-10 12:18:09 +01:00
do-test:
@${ECHO} "No news is good news"
@cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh
@${ECHO} "All tests completed"
.include "../../mk/bsd.pkg.mk"