pkgsrc/devel/bglibs/Makefile

26 lines
610 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.18 2006/12/28 03:20:32 schmonz Exp $
#
DISTNAME= bglibs-1.102
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
2005-03-23 01:51:09 +01:00
DJB_RESTRICTED= NO
DJB_MAKE_TARGETS= NO
TEST_TARGET= selftests
Update to 1.024. From the changelog: - Fixed (again) glob patterns to allow both "!" (like modern glob) or "^" (like existing shells) for negating character sets. - Tweaked str_alloc to use realloc when appropriate. - Fixed glob pattern matches to use "!" instead of "~" for negating character sets like all other globs use. - Fixed the installer libraries to include all the necessary object files for producing the installer/instcheck/instshow programs. - Added a generic installer program, similar to the "install" program included with ezmlm. - Fixed the instshow library to use and dispaly the install prefix just like the other instlib programs. - The installers now automatically create missing directories, and installs into temporary files that get renamed. - Added path_mkdirs function. - Fixed typo bug in str_catfv and str_copyfv that caused failures on (at least) PPC and S390 architectures. Thanks Gerrit Pape. - Fixed 32-to-64 bit sign extension bug in fmt_multi on some 64-bit platforms. Thanks Gerrit Pape. - installer/instcheck program libraries now optionally install into a prefix directory specified on the command line or with $install_prefix (which can be set on the make command line). - Installation is now done under seperate include/lib directories. - Added sysdep for "extern int daylight" (replaced by a macro if not present). - Fixed a couple of length counting bugs in the fmt number code. - Added multiple-item formatting functions fmt_multi (similar to printf, but safer), fmt_multiv, obuf_putf, str_catf, and str_copyf, as well as a set of formatted message functions.
2005-07-15 07:45:00 +02:00
DJB_CONFIG_CMDS= \
${ECHO} ${DJB_CONFIG_PREFIX:Q}/include/bglibs > conf-include; \
${ECHO} ${DJB_CONFIG_PREFIX:Q}/lib/bglibs > conf-lib;
2005-03-23 01:51:09 +01:00
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"