22170ddd63
functions. The functions in liberty are normally included, as needed, by GNU packages to make up for functions not found in the operating system. This copy of liberty has been extracted from the gcc-3.4.0 release distribution.
19 lines
515 B
Makefile
19 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/06/02 11:28:38 shannonjr Exp $
|
|
#
|
|
|
|
DISTNAME= libiberty-1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.johnrshannon.com/NetBSD/
|
|
|
|
MAINTAINER= john@johnrshannon.com
|
|
COMMENT= This package provides the GNU liberty library of "missing" functions
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/libiberty/libiberty.a ${PREFIX}/lib
|
|
${INSTALL_DATA} ${WRKSRC}/include/libiberty.h ${PREFIX}/include
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|