2b8e0c4858
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
23 lines
550 B
Makefile
23 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/08/24 04:47:10 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= bglibs-1.027
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://untroubled.org/bglibs/
|
|
COMMENT= Collection of libraries by Bruce Guenter
|
|
|
|
BUILD_TARGET= all
|
|
INSTALL_TARGET= install
|
|
|
|
DJB_RESTRICTED= NO
|
|
DJB_MAKE_TARGETS= NO
|
|
|
|
DJB_CONFIG_CMDS= \
|
|
${ECHO} ${DJB_CONFIG_PREFIX}/include/bglibs > conf-include; \
|
|
${ECHO} ${DJB_CONFIG_PREFIX}/lib/bglibs > conf-lib;
|
|
|
|
.include "../../mk/djbware.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|