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.
17 lines
412 B
Makefile
17 lines
412 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/07/19 19:14:39 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libunicode-0.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libunicode/0.4/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.pango.org/
|
|
COMMENT= Library for manipulating Unicode characters and strings
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|