summaryrefslogtreecommitdiff
path: root/devel/libiberty/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libiberty/Makefile')
-rw-r--r--devel/libiberty/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/libiberty/Makefile b/devel/libiberty/Makefile
new file mode 100644
index 00000000000..9e31c7b949b
--- /dev/null
+++ b/devel/libiberty/Makefile
@@ -0,0 +1,19 @@
+# $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"