summaryrefslogtreecommitdiff
path: root/devel/automake
diff options
context:
space:
mode:
authoragc <agc>1997-10-06 14:06:09 +0000
committeragc <agc>1997-10-06 14:06:09 +0000
commitbdd5775f69fa03a7b3e090fd9afe16e00bec80d5 (patch)
tree009d4f1ed2d2c47a0184f69576ac9d1aa8ebcd7c /devel/automake
parent81a51abd51e24f0d04efc24dab4f90d45931a5f8 (diff)
downloadpkgsrc-bdd5775f69fa03a7b3e090fd9afe16e00bec80d5.tar.gz
Initial import of FreeBSD devel ports into NetBSD
packages system.
Diffstat (limited to 'devel/automake')
-rw-r--r--devel/automake/Makefile23
-rw-r--r--devel/automake/files/md51
-rw-r--r--devel/automake/patches/patch-aa25
-rw-r--r--devel/automake/patches/patch-ab11
-rw-r--r--devel/automake/pkg/COMMENT1
-rw-r--r--devel/automake/pkg/DESCR6
-rw-r--r--devel/automake/pkg/PLIST78
7 files changed, 145 insertions, 0 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile
new file mode 100644
index 00000000000..bf2123907b8
--- /dev/null
+++ b/devel/automake/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: automake
+# Version required: 1.2
+# Date created: 15 March 1997
+# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
+#
+# FreeBSD Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp
+#
+
+DISTNAME= automake-1.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= fujimoto@oscar.elec.waseda.ac.jp
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= PERL=/usr/bin/perl
+STRIP= # none
+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/automake/files/md5 b/devel/automake/files/md5
new file mode 100644
index 00000000000..62c429e5c47
--- /dev/null
+++ b/devel/automake/files/md5
@@ -0,0 +1 @@
+MD5 (automake-1.2.tar.gz) = 87c072945c73d0ab64db051bfae9c664
diff --git a/devel/automake/patches/patch-aa b/devel/automake/patches/patch-aa
new file mode 100644
index 00000000000..321fdf9ef4a
--- /dev/null
+++ b/devel/automake/patches/patch-aa
@@ -0,0 +1,25 @@
+--- automake.texi.orig Fri Sep 19 06:13:10 1997
++++ automake.texi Fri Sep 19 06:17:06 1997
+@@ -1,6 +1,7 @@
+ \input texinfo @c -*-texinfo-*-
+ @c %**start of header
+ @setfilename automake.info
++@dircategory Programming & development tools
+ @settitle automake
+ @setchapternewpage off
+ @c %**end of header
+@@ -9,12 +10,12 @@
+
+ @dircategory GNU admin
+ @direntry
+-* automake: (automake). Making Makefile.in's
++* Automake: (automake). Making Makefile.in's
+ @end direntry
+
+ @dircategory Individual utilities
+ @direntry
+-* aclocal: (automake)Invoking aclocal Generating aclocal.m4
++* Aclocal: (automake)Invoking aclocal Generating aclocal.m4
+ @end direntry
+
+ @ifinfo
diff --git a/devel/automake/patches/patch-ab b/devel/automake/patches/patch-ab
new file mode 100644
index 00000000000..72099145a3d
--- /dev/null
+++ b/devel/automake/patches/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon Jun 23 11:25:50 1997
++++ Makefile.in Fri Sep 19 18:19:19 1997
+@@ -196,7 +196,7 @@
+ .texi.info:
+ @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
+ cd $(srcdir) \
+- && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
++ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
+
+ .texi.dvi:
+ TEXINPUTS=$(srcdir):$$TEXINPUTS \
diff --git a/devel/automake/pkg/COMMENT b/devel/automake/pkg/COMMENT
new file mode 100644
index 00000000000..dc2986f7417
--- /dev/null
+++ b/devel/automake/pkg/COMMENT
@@ -0,0 +1 @@
+GNU Standards-compliant Makefile generator
diff --git a/devel/automake/pkg/DESCR b/devel/automake/pkg/DESCR
new file mode 100644
index 00000000000..03abb4a47bb
--- /dev/null
+++ b/devel/automake/pkg/DESCR
@@ -0,0 +1,6 @@
+Automake is an experimental Makefile generator. It was inspired by
+the 4.4BSD make and include files, but aims to be portable and to
+conform to the GNU standards for Makefile variables and targets.
+
+Automake assumes the project uses autoconf. If you want automatic
+dependency tracking support, the use of GNU make is also required.
diff --git a/devel/automake/pkg/PLIST b/devel/automake/pkg/PLIST
new file mode 100644
index 00000000000..e578b6f486f
--- /dev/null
+++ b/devel/automake/pkg/PLIST
@@ -0,0 +1,78 @@
+bin/aclocal
+bin/automake
+@unexec install-info --delete %D/info/automake.info %D/info/dir
+info/automake.info
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info %D/info/automake.info %D/info/dir
+share/aclocal/ccstdc.m4
+share/aclocal/cond.m4
+share/aclocal/cygwin.m4
+share/aclocal/dmalloc.m4
+share/aclocal/error.m4
+share/aclocal/header.m4
+share/aclocal/init.m4
+share/aclocal/install.m4
+share/aclocal/lispdir.m4
+share/aclocal/maintainer.m4
+share/aclocal/missing.m4
+share/aclocal/mktime.m4
+share/aclocal/obstack.m4
+share/aclocal/protos.m4
+share/aclocal/ptrdiff.m4
+share/aclocal/regex.m4
+share/aclocal/sanity.m4
+share/aclocal/strtod.m4
+share/aclocal/termios.m4
+share/aclocal/winsz.m4
+share/automake/COPYING
+share/automake/INSTALL
+share/automake/acinstall
+share/automake/ansi2knr.1
+share/automake/ansi2knr.c
+share/automake/clean-hdr.am
+share/automake/clean-kr.am
+share/automake/clean.am
+share/automake/comp-vars.am
+share/automake/compile.am
+share/automake/config.guess
+share/automake/config.sub
+share/automake/data-clean.am
+share/automake/data.am
+share/automake/dejagnu.am
+share/automake/depend.am
+share/automake/depend2.am
+share/automake/dist-vars.am
+share/automake/elisp-comp
+share/automake/footer.am
+share/automake/header-vars.am
+share/automake/header.am
+share/automake/install-sh
+share/automake/kr-extra.am
+share/automake/library.am
+share/automake/libs-clean.am
+share/automake/libs.am
+share/automake/libtool.am
+share/automake/lisp-clean.am
+share/automake/lisp.am
+share/automake/ltlib-clean.am
+share/automake/ltlib.am
+share/automake/ltlibrary.am
+share/automake/mans-vars.am
+share/automake/mdate-sh
+share/automake/missing
+share/automake/mkinstalldirs
+share/automake/program.am
+share/automake/progs-clean.am
+share/automake/progs.am
+share/automake/remake-hdr.am
+share/automake/remake.am
+share/automake/scripts.am
+share/automake/subdirs.am
+share/automake/tags-clean.am
+share/automake/tags.am
+share/automake/texi-vers.am
+share/automake/texinfo.tex
+share/automake/texinfos.am
+share/automake/ylwrap
+@dirrm share/aclocal
+@dirrm share/automake