pkgsrc/pkgtools/digest/Makefile

45 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.42 2004/03/22 06:07:46 jlam Exp $
#
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the VERSION definition.
DISTNAME?= digest-${VERSION}
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
2003-07-18 00:50:55 +02:00
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/Documentation/software/packages.html
2001-05-17 16:35:50 +02:00
COMMENT= Message digest wrapper utility
2004-01-05 12:28:07 +01:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
NO_PKGTOOLS_REQD_CHECK= # defined
NO_CHECKSUM= # defined
# XXX Remove the following two lines after pkgsrc/bootstrap is up and
# XXX running.
USE_NATIVE_GCC= yes
USE_DIGEST= no
.include "../../mk/bsd.prefs.mk"
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
${FILESDIR}/configure
do-extract:
@${CP} -Rp ${FILESDIR} ${WRKSRC}
2001-03-10 12:18:09 +01:00
pre-install:
-@${MKDIR} ${PKG_DBDIR}
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"