diff options
author | joerg <joerg@FreeBSD.org> | 2004-04-29 04:22:20 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2004-04-29 04:22:20 +0800 |
commit | f98f64cd7b8abbf5f33d3afe49eea5149a83db9c (patch) | |
tree | 607e0e42d31c17a409f12d2c482ac4d2fd0f0a18 /devel/gnulibiberty | |
parent | 542b709788db42a158bb735492e4dce082a164d7 (diff) | |
download | freebsd-ports-gnome-f98f64cd7b8abbf5f33d3afe49eea5149a83db9c.tar.gz freebsd-ports-gnome-f98f64cd7b8abbf5f33d3afe49eea5149a83db9c.tar.zst freebsd-ports-gnome-f98f64cd7b8abbf5f33d3afe49eea5149a83db9c.zip |
This is a port of a (static) GNU libiberty, taken from GNU binutils.
Routines of this library (including undocumented ones) are
occasionally required by certain GNU software.
Diffstat (limited to 'devel/gnulibiberty')
-rw-r--r-- | devel/gnulibiberty/Makefile | 27 | ||||
-rw-r--r-- | devel/gnulibiberty/distinfo | 2 | ||||
-rw-r--r-- | devel/gnulibiberty/pkg-descr | 2 | ||||
-rw-r--r-- | devel/gnulibiberty/pkg-plist | 2 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/gnulibiberty/Makefile b/devel/gnulibiberty/Makefile new file mode 100644 index 000000000000..a94600dfd61e --- /dev/null +++ b/devel/gnulibiberty/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: libiberty +# Date created: 27 Feb 2004 +# Whom: Joerg Wunsch <joerg@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= gnulibiberty +PORTVERSION= 2.14 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEWARE} +MASTER_SITE_SUBDIR= binutils/releases +DISTNAME= binutils-${PORTVERSION} + +MAINTAINER= joerg@freebsd.org +COMMENT= Miscellaneous GNU functions + +WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}/libiberty + +USE_BZIP2= yes +USE_GMAKE= yes +CONFIGURE_ARGS= --enable-install-libiberty +USE_LIBTOOL= yes + +CONFLICTS= freelibiberty-* + +.include <bsd.port.mk> diff --git a/devel/gnulibiberty/distinfo b/devel/gnulibiberty/distinfo new file mode 100644 index 000000000000..5e31e03c3586 --- /dev/null +++ b/devel/gnulibiberty/distinfo @@ -0,0 +1,2 @@ +MD5 (binutils-2.14.tar.bz2) = 2da8def15d28af3ec6af0982709ae90a +SIZE (binutils-2.14.tar.bz2) = 10921504 diff --git a/devel/gnulibiberty/pkg-descr b/devel/gnulibiberty/pkg-descr new file mode 100644 index 000000000000..147c895227d1 --- /dev/null +++ b/devel/gnulibiberty/pkg-descr @@ -0,0 +1,2 @@ +Miscellaneous programming items which are mainly used in many +GNU sources. diff --git a/devel/gnulibiberty/pkg-plist b/devel/gnulibiberty/pkg-plist new file mode 100644 index 000000000000..a7d278e884a9 --- /dev/null +++ b/devel/gnulibiberty/pkg-plist @@ -0,0 +1,2 @@ +lib/libiberty.a +share/nls/en_US.US-ASCII |