summaryrefslogtreecommitdiffstats
path: root/devel/libtool13
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-05-07 15:58:20 +0000
committervanilla <vanilla@FreeBSD.org>1998-05-07 15:58:20 +0000
commitf4ee74f701b86cb7983dfc792ae4eaf9dcf26a74 (patch)
treec6ae13b9fcc57da44c2aab52ce4f772d22a9d416 /devel/libtool13
parent0c9af6cf6101538a3020448398fb685482ecc1ba (diff)
downloadFreeBSD-ports-f4ee74f701b86cb7983dfc792ae4eaf9dcf26a74.zip
FreeBSD-ports-f4ee74f701b86cb7983dfc792ae4eaf9dcf26a74.tar.gz
Import libtool-1.2, It's a generic library support script.
PR: ports/6531 Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
Diffstat (limited to 'devel/libtool13')
-rw-r--r--devel/libtool13/Makefile24
-rw-r--r--devel/libtool13/distinfo1
-rw-r--r--devel/libtool13/files/patch-aa11
-rw-r--r--devel/libtool13/files/patch-ab11
-rw-r--r--devel/libtool13/pkg-comment1
-rw-r--r--devel/libtool13/pkg-descr6
-rw-r--r--devel/libtool13/pkg-plist13
7 files changed, 67 insertions, 0 deletions
diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile
new file mode 100644
index 0000000..6f9c27d
--- /dev/null
+++ b/devel/libtool13/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: libtool
+# Version required: 1.2
+# Date created: 6 May 1998
+# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
+#
+# $Id$
+#
+
+DISTNAME= libtool-1.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= m-kasahr@sra.co.jp
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+ INSTALL_DATA="${INSTALL_DATA}"
+
+pre-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+
+.include <bsd.port.mk>
diff --git a/devel/libtool13/distinfo b/devel/libtool13/distinfo
new file mode 100644
index 0000000..9eed3ca
--- /dev/null
+++ b/devel/libtool13/distinfo
@@ -0,0 +1 @@
+MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd
diff --git a/devel/libtool13/files/patch-aa b/devel/libtool13/files/patch-aa
new file mode 100644
index 0000000..8a3acab
--- /dev/null
+++ b/devel/libtool13/files/patch-aa
@@ -0,0 +1,11 @@
+--- doc/libtool.texi.orig Wed Mar 11 02:04:36 1998
++++ doc/libtool.texi Mon Apr 27 16:57:24 1998
+@@ -10,7 +10,7 @@
+ @set BUGADDR the libtool mailing list @email{<bug-libtool@@gnu.org>}
+ @set objdir .libs
+
+-@dircategory GNU programming tools
++@dircategory Programming & development tools
+ @direntry
+ * Libtool: (libtool). Generic shared library support script.
+ @end direntry
diff --git a/devel/libtool13/files/patch-ab b/devel/libtool13/files/patch-ab
new file mode 100644
index 0000000..ef0aedf
--- /dev/null
+++ b/devel/libtool13/files/patch-ab
@@ -0,0 +1,11 @@
+--- doc/Makefile.in.orig Fri Mar 20 17:01:52 1998
++++ doc/Makefile.in Mon Apr 27 17:22:55 1998
+@@ -56,7 +56,7 @@
+ LD = @LD@
+ LIBTOOL = @LIBTOOL@
+ LN_S = @LN_S@
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ NM = @NM@
+ PACKAGE = @PACKAGE@
+ RANLIB = @RANLIB@
diff --git a/devel/libtool13/pkg-comment b/devel/libtool13/pkg-comment
new file mode 100644
index 0000000..f965518
--- /dev/null
+++ b/devel/libtool13/pkg-comment
@@ -0,0 +1 @@
+Generic shared library support script.
diff --git a/devel/libtool13/pkg-descr b/devel/libtool13/pkg-descr
new file mode 100644
index 0000000..7e26102
--- /dev/null
+++ b/devel/libtool13/pkg-descr
@@ -0,0 +1,6 @@
+This is GNU Libtool, a generic library support script. Libtool hides
+the complexity of using shared libraries behind a consistent, portable
+interface.
+
+To use libtool, add the new generic library building commands to your
+Makefile, Makefile.in, or Makefile.am.
diff --git a/devel/libtool13/pkg-plist b/devel/libtool13/pkg-plist
new file mode 100644
index 0000000..647349a
--- /dev/null
+++ b/devel/libtool13/pkg-plist
@@ -0,0 +1,13 @@
+bin/libtool
+bin/libtoolize
+@unexec install-info --delete %D/info/libtool.info %D/info/dir
+info/libtool.info
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info %D/info/libtool.info %D/info/dir
+share/aclocal/libtool.m4
+share/libtool/config.guess
+share/libtool/config.sub
+share/libtool/ltconfig
+share/libtool/ltmain.sh
+@dirrm share/libtool
+@unexec rmdir %D/share/aclocal 2>/dev/null || true
OpenPOWER on IntegriCloud