cff4e9bbec
- Modified cli-generate to add man page and HTML output options, and more formatting commands. - Tweaked the hmac_finish prototype to properly indicate that the midstate is const and unmodified by the function.
23 lines
568 B
Makefile
23 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/03/23 20:17:10 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= bglibs-1.041
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://untroubled.org/bglibs/
|
|
COMMENT= Collection of libraries by Bruce Guenter
|
|
|
|
USE_TOOLS+= perl:run
|
|
MAKE_ENV+= PERL5=${TOOLS_PERL5:Q}
|
|
|
|
DJB_RESTRICTED= NO
|
|
DJB_MAKE_TARGETS= NO
|
|
|
|
DJB_CONFIG_CMDS= \
|
|
${ECHO} ${DJB_CONFIG_PREFIX:Q}/include/bglibs > conf-include; \
|
|
${ECHO} ${DJB_CONFIG_PREFIX:Q}/lib/bglibs > conf-lib;
|
|
|
|
.include "../../mk/djbware.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|