86320ee816
but the test suite returning a error code before install definitely is. Make the tests available via TEST_TARGET instead of as part of the default build, fixing installation on OS X. Bump BUILDLINK_API_DEPENDS to the version most bgware wants these days. No change to installed package, hence no PKGREVISION.
25 lines
610 B
Makefile
25 lines
610 B
Makefile
# $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
|
|
|
|
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"
|