had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
19 lines
488 B
Makefile
19 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/07/19 19:14:39 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= bbconf-1.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= wm
|
|
MASTER_SITES= http://bbconf.sourceforge.net/code/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bbconf.sourceforge.net/
|
|
COMMENT= Configuration tool for the blackbox window manager
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/qt2-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|