diff options
-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 |