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
435 B
Makefile
19 lines
435 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/07/19 19:14:38 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= GUIlib-1.1.0
|
|
PKGREVISION= 7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://www.libsdl.org/projects/GUIlib/
|
|
COMMENT= Very simple GUI framework library
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|