diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-04-28 20:22:20 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-04-28 20:22:20 +0000 |
commit | 39686386f75cb8ff949b47e1ef4d1fb8bdf879be (patch) | |
tree | e32bf3a9bd37db008c7039302281726e97a3d8f5 /devel | |
parent | 50cf78668a05f0f420c5bbc818a45a003b6ca5f2 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
5 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6d08f629e95a..513cbadf5dd9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -284,6 +284,7 @@ SUBDIR += gnomecrash SUBDIR += gnomevfs SUBDIR += gnomevfs2 + SUBDIR += gnulibiberty SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += gob2 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 |