7af716330d
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
442 B
Makefile
19 lines
442 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/07/19 19:14:39 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gtk+extra-0.99.17
|
|
PKGREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://gtkextra.sourceforge.net/src/
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://gtkextra.sourceforge.net/
|
|
COMMENT= Useful set of GTK+ widgets for creating GUIs
|
|
|
|
USE_X11BASE= YES
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|