pkgsrc/devel/bglibs/Makefile
schmonz 35e0f4f7cc Update to 1.106. From the changelog:
- Fixed installation of msg/debug.h header file.
- Fixed envstr_unset to remove all instances of the given name.
- Added sysdep for d_ino and d_type in struct dirent.
- Fixed the path_match function to match filenames containing pattern
    characters (ie [filename] etc) the same way shells do.
- Files generated by cli-generate now indicate the source .cli file.
- Fixed the debug messages to not enable any by default.
- Modified the build procedure to build all sources with libtool.
    This should fix problems with parallel make.
2009-04-07 02:59:04 +00:00

25 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.21 2009/04/07 02:59:04 schmonz Exp $
#
DISTNAME= bglibs-1.106
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}
USE_LIBTOOL= yes
DJB_RESTRICTED= NO
DJB_MAKE_TARGETS= NO
TEST_TARGET= selftests
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"