mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Import libtool-1.2, It's a generic library support script.
PR: ports/6531 Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
This commit is contained in:
parent
3540a1438e
commit
ab322818b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10896
24
devel/gnu-libtool/Makefile
Normal file
24
devel/gnu-libtool/Makefile
Normal file
@ -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>
|
1
devel/gnu-libtool/distinfo
Normal file
1
devel/gnu-libtool/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd
|
11
devel/gnu-libtool/files/patch-aa
Normal file
11
devel/gnu-libtool/files/patch-aa
Normal file
@ -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
|
11
devel/gnu-libtool/files/patch-ab
Normal file
11
devel/gnu-libtool/files/patch-ab
Normal file
@ -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@
|
1
devel/gnu-libtool/pkg-comment
Normal file
1
devel/gnu-libtool/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Generic shared library support script.
|
6
devel/gnu-libtool/pkg-descr
Normal file
6
devel/gnu-libtool/pkg-descr
Normal file
@ -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.
|
13
devel/gnu-libtool/pkg-plist
Normal file
13
devel/gnu-libtool/pkg-plist
Normal file
@ -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
|
24
devel/libtool/Makefile
Normal file
24
devel/libtool/Makefile
Normal file
@ -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>
|
1
devel/libtool/distinfo
Normal file
1
devel/libtool/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd
|
11
devel/libtool/files/patch-aa
Normal file
11
devel/libtool/files/patch-aa
Normal file
@ -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
|
11
devel/libtool/files/patch-ab
Normal file
11
devel/libtool/files/patch-ab
Normal file
@ -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@
|
1
devel/libtool/pkg-comment
Normal file
1
devel/libtool/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Generic shared library support script.
|
6
devel/libtool/pkg-descr
Normal file
6
devel/libtool/pkg-descr
Normal file
@ -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.
|
13
devel/libtool/pkg-plist
Normal file
13
devel/libtool/pkg-plist
Normal file
@ -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
|
24
devel/libtool13/Makefile
Normal file
24
devel/libtool13/Makefile
Normal file
@ -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>
|
1
devel/libtool13/distinfo
Normal file
1
devel/libtool13/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd
|
11
devel/libtool13/files/patch-aa
Normal file
11
devel/libtool13/files/patch-aa
Normal file
@ -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
|
11
devel/libtool13/files/patch-ab
Normal file
11
devel/libtool13/files/patch-ab
Normal file
@ -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@
|
1
devel/libtool13/pkg-comment
Normal file
1
devel/libtool13/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Generic shared library support script.
|
6
devel/libtool13/pkg-descr
Normal file
6
devel/libtool13/pkg-descr
Normal file
@ -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.
|
13
devel/libtool13/pkg-plist
Normal file
13
devel/libtool13/pkg-plist
Normal file
@ -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
|
24
devel/libtool14/Makefile
Normal file
24
devel/libtool14/Makefile
Normal file
@ -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>
|
1
devel/libtool14/distinfo
Normal file
1
devel/libtool14/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd
|
11
devel/libtool14/files/patch-aa
Normal file
11
devel/libtool14/files/patch-aa
Normal file
@ -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
|
11
devel/libtool14/files/patch-ab
Normal file
11
devel/libtool14/files/patch-ab
Normal file
@ -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@
|
1
devel/libtool14/pkg-comment
Normal file
1
devel/libtool14/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Generic shared library support script.
|
6
devel/libtool14/pkg-descr
Normal file
6
devel/libtool14/pkg-descr
Normal file
@ -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.
|
13
devel/libtool14/pkg-plist
Normal file
13
devel/libtool14/pkg-plist
Normal file
@ -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
|
24
devel/libtool15/Makefile
Normal file
24
devel/libtool15/Makefile
Normal file
@ -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>
|
1
devel/libtool15/distinfo
Normal file
1
devel/libtool15/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd
|
11
devel/libtool15/files/patch-aa
Normal file
11
devel/libtool15/files/patch-aa
Normal file
@ -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
|
11
devel/libtool15/files/patch-ab
Normal file
11
devel/libtool15/files/patch-ab
Normal file
@ -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@
|
1
devel/libtool15/pkg-comment
Normal file
1
devel/libtool15/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Generic shared library support script.
|
6
devel/libtool15/pkg-descr
Normal file
6
devel/libtool15/pkg-descr
Normal file
@ -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.
|
13
devel/libtool15/pkg-plist
Normal file
13
devel/libtool15/pkg-plist
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user