pkgsrc/devel/libiberty/Makefile
shannonjr 22170ddd63 libiberty-1.0 This package provides the GNU liberty library of "missing"
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.
2004-06-02 11:28:38 +00:00

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"