get this into the tree but marked broken
This commit is contained in:
parent
74740483d0
commit
31dc564c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76312
@ -1,6 +1,6 @@
|
||||
# New ports collection makefile for: automake
|
||||
# Date created: 15 March 1997
|
||||
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|
||||
# New ports collection makefile for: automake17
|
||||
# Date created: 15 Feb 2003
|
||||
# Whom: Udo Schweigert
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -14,15 +14,14 @@ MASTER_SITE_SUBDIR= automake
|
||||
DISTNAME= automake-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alane@FreeBSD.org
|
||||
COMMENT= GNU automake generates input files for GNU autoconf
|
||||
|
||||
.undef NO_IGNORE
|
||||
BORKED= "DON'T EVEN THINK ABOUT IT."
|
||||
BROKEN= ${BORKED}
|
||||
IGNORE= "DAMN YOU BENTO. LEAVE THIS ALONE!"
|
||||
BROKEN= Needs autoconf >= 254 to build.
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PERL=${PERL5}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
STRIP= # none
|
||||
|
||||
@ -36,10 +35,20 @@ pre-everything:
|
||||
@${FALSE}
|
||||
.endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
|
||||
|
||||
do-build:
|
||||
${ECHO_MSG} This port is not ready yet.
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \
|
||||
${WRKSRC}/aclocal.in
|
||||
|
||||
do-install:
|
||||
${ECHO_MSG} I told you this port is not ready yet. Now go away.
|
||||
pre-install:
|
||||
${RM} -fr ${PREFIX}/libexec/automake17
|
||||
${MKDIR} ${PREFIX}/libexec/automake17
|
||||
|
||||
post-install:
|
||||
.for i in aclocal automake
|
||||
${LN} -sf ${PREFIX}/bin/${i}17 \
|
||||
${PREFIX}/libexec/automake17/${i}
|
||||
.endfor
|
||||
@install-info ${PREFIX}/info/automake17.info \
|
||||
${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
GO AWAY DAMMIT
|
||||
MD5 (automake-1.7.2.tar.gz) = 753647afe9db0ec52c69c6b9bb7dd106
|
||||
|
@ -1 +0,0 @@
|
||||
GNU automake generates input files for GNU autoconf
|
@ -1 +1,101 @@
|
||||
@comment This port is in progress. Go away.
|
||||
@comment $FreeBSD$
|
||||
bin/aclocal17
|
||||
bin/automake17
|
||||
@unexec install-info --delete %D/info/automake17.info %D/info/dir
|
||||
info/automake17.info
|
||||
@exec install-info %D/info/automake17.info %D/info/dir
|
||||
libexec/automake17/aclocal
|
||||
libexec/automake17/automake
|
||||
share/aclocal17/amversion.m4
|
||||
share/aclocal17/as.m4
|
||||
share/aclocal17/auxdir.m4
|
||||
share/aclocal17/ccstdc.m4
|
||||
share/aclocal17/cond.m4
|
||||
share/aclocal17/depend.m4
|
||||
share/aclocal17/depout.m4
|
||||
share/aclocal17/dmalloc.m4
|
||||
share/aclocal17/gcj.m4
|
||||
share/aclocal17/header.m4
|
||||
share/aclocal17/init.m4
|
||||
share/aclocal17/install-sh.m4
|
||||
share/aclocal17/lex.m4
|
||||
share/aclocal17/lispdir.m4
|
||||
share/aclocal17/maintainer.m4
|
||||
share/aclocal17/make.m4
|
||||
share/aclocal17/minuso.m4
|
||||
share/aclocal17/missing.m4
|
||||
share/aclocal17/multi.m4
|
||||
share/aclocal17/obsol-gt.m4
|
||||
share/aclocal17/obsol-lt.m4
|
||||
share/aclocal17/obsolete.m4
|
||||
share/aclocal17/options.m4
|
||||
share/aclocal17/protos.m4
|
||||
share/aclocal17/python.m4
|
||||
share/aclocal17/regex.m4
|
||||
share/aclocal17/runlog.m4
|
||||
share/aclocal17/sanity.m4
|
||||
share/aclocal17/strip.m4
|
||||
share/automake17/Automake/Channels.pm
|
||||
share/automake17/Automake/General.pm
|
||||
share/automake17/Automake/Struct.pm
|
||||
share/automake17/Automake/XFile.pm
|
||||
share/automake17/COPYING
|
||||
share/automake17/INSTALL
|
||||
share/automake17/acinstall
|
||||
share/automake17/am/ansi2knr.am
|
||||
share/automake17/am/check.am
|
||||
share/automake17/am/clean-hdr.am
|
||||
share/automake17/am/clean.am
|
||||
share/automake17/am/compile.am
|
||||
share/automake17/am/configure.am
|
||||
share/automake17/am/data.am
|
||||
share/automake17/am/dejagnu.am
|
||||
share/automake17/am/depend.am
|
||||
share/automake17/am/depend2.am
|
||||
share/automake17/am/distdir.am
|
||||
share/automake17/am/footer.am
|
||||
share/automake17/am/header-vars.am
|
||||
share/automake17/am/header.am
|
||||
share/automake17/am/install.am
|
||||
share/automake17/am/java.am
|
||||
share/automake17/am/lang-compile.am
|
||||
share/automake17/am/lex.am
|
||||
share/automake17/am/library.am
|
||||
share/automake17/am/libs.am
|
||||
share/automake17/am/libtool.am
|
||||
share/automake17/am/lisp.am
|
||||
share/automake17/am/ltlib.am
|
||||
share/automake17/am/ltlibrary.am
|
||||
share/automake17/am/mans-vars.am
|
||||
share/automake17/am/mans.am
|
||||
share/automake17/am/multilib.am
|
||||
share/automake17/am/program.am
|
||||
share/automake17/am/progs.am
|
||||
share/automake17/am/python.am
|
||||
share/automake17/am/remake-hdr.am
|
||||
share/automake17/am/scripts.am
|
||||
share/automake17/am/subdirs.am
|
||||
share/automake17/am/tags.am
|
||||
share/automake17/am/texi-vers.am
|
||||
share/automake17/am/texibuild.am
|
||||
share/automake17/am/texinfos.am
|
||||
share/automake17/am/yacc.am
|
||||
share/automake17/ansi2knr.1
|
||||
share/automake17/ansi2knr.c
|
||||
share/automake17/compile
|
||||
share/automake17/config.guess
|
||||
share/automake17/config.sub
|
||||
share/automake17/depcomp
|
||||
share/automake17/elisp-comp
|
||||
share/automake17/install-sh
|
||||
share/automake17/mdate-sh
|
||||
share/automake17/missing
|
||||
share/automake17/mkinstalldirs
|
||||
share/automake17/py-compile
|
||||
share/automake17/texinfo.tex
|
||||
share/automake17/ylwrap
|
||||
@dirrm libexec/automake17
|
||||
@dirrm share/aclocal17
|
||||
@dirrm share/automake17/Automake
|
||||
@dirrm share/automake17/am
|
||||
@dirrm share/automake17
|
||||
|
@ -1,6 +1,6 @@
|
||||
# New ports collection makefile for: automake
|
||||
# Date created: 15 March 1997
|
||||
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|
||||
# New ports collection makefile for: automake17
|
||||
# Date created: 15 Feb 2003
|
||||
# Whom: Udo Schweigert
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -14,15 +14,14 @@ MASTER_SITE_SUBDIR= automake
|
||||
DISTNAME= automake-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alane@FreeBSD.org
|
||||
COMMENT= GNU automake generates input files for GNU autoconf
|
||||
|
||||
.undef NO_IGNORE
|
||||
BORKED= "DON'T EVEN THINK ABOUT IT."
|
||||
BROKEN= ${BORKED}
|
||||
IGNORE= "DAMN YOU BENTO. LEAVE THIS ALONE!"
|
||||
BROKEN= Needs autoconf >= 254 to build.
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PERL=${PERL5}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
STRIP= # none
|
||||
|
||||
@ -36,10 +35,20 @@ pre-everything:
|
||||
@${FALSE}
|
||||
.endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
|
||||
|
||||
do-build:
|
||||
${ECHO_MSG} This port is not ready yet.
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \
|
||||
${WRKSRC}/aclocal.in
|
||||
|
||||
do-install:
|
||||
${ECHO_MSG} I told you this port is not ready yet. Now go away.
|
||||
pre-install:
|
||||
${RM} -fr ${PREFIX}/libexec/automake17
|
||||
${MKDIR} ${PREFIX}/libexec/automake17
|
||||
|
||||
post-install:
|
||||
.for i in aclocal automake
|
||||
${LN} -sf ${PREFIX}/bin/${i}17 \
|
||||
${PREFIX}/libexec/automake17/${i}
|
||||
.endfor
|
||||
@install-info ${PREFIX}/info/automake17.info \
|
||||
${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
GO AWAY DAMMIT
|
||||
MD5 (automake-1.7.2.tar.gz) = 753647afe9db0ec52c69c6b9bb7dd106
|
||||
|
@ -1 +0,0 @@
|
||||
GNU automake generates input files for GNU autoconf
|
@ -1 +1,101 @@
|
||||
@comment This port is in progress. Go away.
|
||||
@comment $FreeBSD$
|
||||
bin/aclocal17
|
||||
bin/automake17
|
||||
@unexec install-info --delete %D/info/automake17.info %D/info/dir
|
||||
info/automake17.info
|
||||
@exec install-info %D/info/automake17.info %D/info/dir
|
||||
libexec/automake17/aclocal
|
||||
libexec/automake17/automake
|
||||
share/aclocal17/amversion.m4
|
||||
share/aclocal17/as.m4
|
||||
share/aclocal17/auxdir.m4
|
||||
share/aclocal17/ccstdc.m4
|
||||
share/aclocal17/cond.m4
|
||||
share/aclocal17/depend.m4
|
||||
share/aclocal17/depout.m4
|
||||
share/aclocal17/dmalloc.m4
|
||||
share/aclocal17/gcj.m4
|
||||
share/aclocal17/header.m4
|
||||
share/aclocal17/init.m4
|
||||
share/aclocal17/install-sh.m4
|
||||
share/aclocal17/lex.m4
|
||||
share/aclocal17/lispdir.m4
|
||||
share/aclocal17/maintainer.m4
|
||||
share/aclocal17/make.m4
|
||||
share/aclocal17/minuso.m4
|
||||
share/aclocal17/missing.m4
|
||||
share/aclocal17/multi.m4
|
||||
share/aclocal17/obsol-gt.m4
|
||||
share/aclocal17/obsol-lt.m4
|
||||
share/aclocal17/obsolete.m4
|
||||
share/aclocal17/options.m4
|
||||
share/aclocal17/protos.m4
|
||||
share/aclocal17/python.m4
|
||||
share/aclocal17/regex.m4
|
||||
share/aclocal17/runlog.m4
|
||||
share/aclocal17/sanity.m4
|
||||
share/aclocal17/strip.m4
|
||||
share/automake17/Automake/Channels.pm
|
||||
share/automake17/Automake/General.pm
|
||||
share/automake17/Automake/Struct.pm
|
||||
share/automake17/Automake/XFile.pm
|
||||
share/automake17/COPYING
|
||||
share/automake17/INSTALL
|
||||
share/automake17/acinstall
|
||||
share/automake17/am/ansi2knr.am
|
||||
share/automake17/am/check.am
|
||||
share/automake17/am/clean-hdr.am
|
||||
share/automake17/am/clean.am
|
||||
share/automake17/am/compile.am
|
||||
share/automake17/am/configure.am
|
||||
share/automake17/am/data.am
|
||||
share/automake17/am/dejagnu.am
|
||||
share/automake17/am/depend.am
|
||||
share/automake17/am/depend2.am
|
||||
share/automake17/am/distdir.am
|
||||
share/automake17/am/footer.am
|
||||
share/automake17/am/header-vars.am
|
||||
share/automake17/am/header.am
|
||||
share/automake17/am/install.am
|
||||
share/automake17/am/java.am
|
||||
share/automake17/am/lang-compile.am
|
||||
share/automake17/am/lex.am
|
||||
share/automake17/am/library.am
|
||||
share/automake17/am/libs.am
|
||||
share/automake17/am/libtool.am
|
||||
share/automake17/am/lisp.am
|
||||
share/automake17/am/ltlib.am
|
||||
share/automake17/am/ltlibrary.am
|
||||
share/automake17/am/mans-vars.am
|
||||
share/automake17/am/mans.am
|
||||
share/automake17/am/multilib.am
|
||||
share/automake17/am/program.am
|
||||
share/automake17/am/progs.am
|
||||
share/automake17/am/python.am
|
||||
share/automake17/am/remake-hdr.am
|
||||
share/automake17/am/scripts.am
|
||||
share/automake17/am/subdirs.am
|
||||
share/automake17/am/tags.am
|
||||
share/automake17/am/texi-vers.am
|
||||
share/automake17/am/texibuild.am
|
||||
share/automake17/am/texinfos.am
|
||||
share/automake17/am/yacc.am
|
||||
share/automake17/ansi2knr.1
|
||||
share/automake17/ansi2knr.c
|
||||
share/automake17/compile
|
||||
share/automake17/config.guess
|
||||
share/automake17/config.sub
|
||||
share/automake17/depcomp
|
||||
share/automake17/elisp-comp
|
||||
share/automake17/install-sh
|
||||
share/automake17/mdate-sh
|
||||
share/automake17/missing
|
||||
share/automake17/mkinstalldirs
|
||||
share/automake17/py-compile
|
||||
share/automake17/texinfo.tex
|
||||
share/automake17/ylwrap
|
||||
@dirrm libexec/automake17
|
||||
@dirrm share/aclocal17
|
||||
@dirrm share/automake17/Automake
|
||||
@dirrm share/automake17/am
|
||||
@dirrm share/automake17
|
||||
|
@ -1,6 +1,6 @@
|
||||
# New ports collection makefile for: automake
|
||||
# Date created: 15 March 1997
|
||||
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|
||||
# New ports collection makefile for: automake17
|
||||
# Date created: 15 Feb 2003
|
||||
# Whom: Udo Schweigert
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -14,15 +14,14 @@ MASTER_SITE_SUBDIR= automake
|
||||
DISTNAME= automake-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alane@FreeBSD.org
|
||||
COMMENT= GNU automake generates input files for GNU autoconf
|
||||
|
||||
.undef NO_IGNORE
|
||||
BORKED= "DON'T EVEN THINK ABOUT IT."
|
||||
BROKEN= ${BORKED}
|
||||
IGNORE= "DAMN YOU BENTO. LEAVE THIS ALONE!"
|
||||
BROKEN= Needs autoconf >= 254 to build.
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PERL=${PERL5}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
STRIP= # none
|
||||
|
||||
@ -36,10 +35,20 @@ pre-everything:
|
||||
@${FALSE}
|
||||
.endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
|
||||
|
||||
do-build:
|
||||
${ECHO_MSG} This port is not ready yet.
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \
|
||||
${WRKSRC}/aclocal.in
|
||||
|
||||
do-install:
|
||||
${ECHO_MSG} I told you this port is not ready yet. Now go away.
|
||||
pre-install:
|
||||
${RM} -fr ${PREFIX}/libexec/automake17
|
||||
${MKDIR} ${PREFIX}/libexec/automake17
|
||||
|
||||
post-install:
|
||||
.for i in aclocal automake
|
||||
${LN} -sf ${PREFIX}/bin/${i}17 \
|
||||
${PREFIX}/libexec/automake17/${i}
|
||||
.endfor
|
||||
@install-info ${PREFIX}/info/automake17.info \
|
||||
${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
GO AWAY DAMMIT
|
||||
MD5 (automake-1.7.2.tar.gz) = 753647afe9db0ec52c69c6b9bb7dd106
|
||||
|
@ -1 +0,0 @@
|
||||
GNU automake generates input files for GNU autoconf
|
@ -1 +1,101 @@
|
||||
@comment This port is in progress. Go away.
|
||||
@comment $FreeBSD$
|
||||
bin/aclocal17
|
||||
bin/automake17
|
||||
@unexec install-info --delete %D/info/automake17.info %D/info/dir
|
||||
info/automake17.info
|
||||
@exec install-info %D/info/automake17.info %D/info/dir
|
||||
libexec/automake17/aclocal
|
||||
libexec/automake17/automake
|
||||
share/aclocal17/amversion.m4
|
||||
share/aclocal17/as.m4
|
||||
share/aclocal17/auxdir.m4
|
||||
share/aclocal17/ccstdc.m4
|
||||
share/aclocal17/cond.m4
|
||||
share/aclocal17/depend.m4
|
||||
share/aclocal17/depout.m4
|
||||
share/aclocal17/dmalloc.m4
|
||||
share/aclocal17/gcj.m4
|
||||
share/aclocal17/header.m4
|
||||
share/aclocal17/init.m4
|
||||
share/aclocal17/install-sh.m4
|
||||
share/aclocal17/lex.m4
|
||||
share/aclocal17/lispdir.m4
|
||||
share/aclocal17/maintainer.m4
|
||||
share/aclocal17/make.m4
|
||||
share/aclocal17/minuso.m4
|
||||
share/aclocal17/missing.m4
|
||||
share/aclocal17/multi.m4
|
||||
share/aclocal17/obsol-gt.m4
|
||||
share/aclocal17/obsol-lt.m4
|
||||
share/aclocal17/obsolete.m4
|
||||
share/aclocal17/options.m4
|
||||
share/aclocal17/protos.m4
|
||||
share/aclocal17/python.m4
|
||||
share/aclocal17/regex.m4
|
||||
share/aclocal17/runlog.m4
|
||||
share/aclocal17/sanity.m4
|
||||
share/aclocal17/strip.m4
|
||||
share/automake17/Automake/Channels.pm
|
||||
share/automake17/Automake/General.pm
|
||||
share/automake17/Automake/Struct.pm
|
||||
share/automake17/Automake/XFile.pm
|
||||
share/automake17/COPYING
|
||||
share/automake17/INSTALL
|
||||
share/automake17/acinstall
|
||||
share/automake17/am/ansi2knr.am
|
||||
share/automake17/am/check.am
|
||||
share/automake17/am/clean-hdr.am
|
||||
share/automake17/am/clean.am
|
||||
share/automake17/am/compile.am
|
||||
share/automake17/am/configure.am
|
||||
share/automake17/am/data.am
|
||||
share/automake17/am/dejagnu.am
|
||||
share/automake17/am/depend.am
|
||||
share/automake17/am/depend2.am
|
||||
share/automake17/am/distdir.am
|
||||
share/automake17/am/footer.am
|
||||
share/automake17/am/header-vars.am
|
||||
share/automake17/am/header.am
|
||||
share/automake17/am/install.am
|
||||
share/automake17/am/java.am
|
||||
share/automake17/am/lang-compile.am
|
||||
share/automake17/am/lex.am
|
||||
share/automake17/am/library.am
|
||||
share/automake17/am/libs.am
|
||||
share/automake17/am/libtool.am
|
||||
share/automake17/am/lisp.am
|
||||
share/automake17/am/ltlib.am
|
||||
share/automake17/am/ltlibrary.am
|
||||
share/automake17/am/mans-vars.am
|
||||
share/automake17/am/mans.am
|
||||
share/automake17/am/multilib.am
|
||||
share/automake17/am/program.am
|
||||
share/automake17/am/progs.am
|
||||
share/automake17/am/python.am
|
||||
share/automake17/am/remake-hdr.am
|
||||
share/automake17/am/scripts.am
|
||||
share/automake17/am/subdirs.am
|
||||
share/automake17/am/tags.am
|
||||
share/automake17/am/texi-vers.am
|
||||
share/automake17/am/texibuild.am
|
||||
share/automake17/am/texinfos.am
|
||||
share/automake17/am/yacc.am
|
||||
share/automake17/ansi2knr.1
|
||||
share/automake17/ansi2knr.c
|
||||
share/automake17/compile
|
||||
share/automake17/config.guess
|
||||
share/automake17/config.sub
|
||||
share/automake17/depcomp
|
||||
share/automake17/elisp-comp
|
||||
share/automake17/install-sh
|
||||
share/automake17/mdate-sh
|
||||
share/automake17/missing
|
||||
share/automake17/mkinstalldirs
|
||||
share/automake17/py-compile
|
||||
share/automake17/texinfo.tex
|
||||
share/automake17/ylwrap
|
||||
@dirrm libexec/automake17
|
||||
@dirrm share/aclocal17
|
||||
@dirrm share/automake17/Automake
|
||||
@dirrm share/automake17/am
|
||||
@dirrm share/automake17
|
||||
|
@ -1,6 +1,6 @@
|
||||
# New ports collection makefile for: automake
|
||||
# Date created: 15 March 1997
|
||||
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|
||||
# New ports collection makefile for: automake17
|
||||
# Date created: 15 Feb 2003
|
||||
# Whom: Udo Schweigert
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -14,15 +14,14 @@ MASTER_SITE_SUBDIR= automake
|
||||
DISTNAME= automake-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alane@FreeBSD.org
|
||||
COMMENT= GNU automake generates input files for GNU autoconf
|
||||
|
||||
.undef NO_IGNORE
|
||||
BORKED= "DON'T EVEN THINK ABOUT IT."
|
||||
BROKEN= ${BORKED}
|
||||
IGNORE= "DAMN YOU BENTO. LEAVE THIS ALONE!"
|
||||
BROKEN= Needs autoconf >= 254 to build.
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PERL=${PERL5}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
STRIP= # none
|
||||
|
||||
@ -36,10 +35,20 @@ pre-everything:
|
||||
@${FALSE}
|
||||
.endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
|
||||
|
||||
do-build:
|
||||
${ECHO_MSG} This port is not ready yet.
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \
|
||||
${WRKSRC}/aclocal.in
|
||||
|
||||
do-install:
|
||||
${ECHO_MSG} I told you this port is not ready yet. Now go away.
|
||||
pre-install:
|
||||
${RM} -fr ${PREFIX}/libexec/automake17
|
||||
${MKDIR} ${PREFIX}/libexec/automake17
|
||||
|
||||
post-install:
|
||||
.for i in aclocal automake
|
||||
${LN} -sf ${PREFIX}/bin/${i}17 \
|
||||
${PREFIX}/libexec/automake17/${i}
|
||||
.endfor
|
||||
@install-info ${PREFIX}/info/automake17.info \
|
||||
${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
GO AWAY DAMMIT
|
||||
MD5 (automake-1.7.2.tar.gz) = 753647afe9db0ec52c69c6b9bb7dd106
|
||||
|
@ -1 +0,0 @@
|
||||
GNU automake generates input files for GNU autoconf
|
@ -1 +1,101 @@
|
||||
@comment This port is in progress. Go away.
|
||||
@comment $FreeBSD$
|
||||
bin/aclocal17
|
||||
bin/automake17
|
||||
@unexec install-info --delete %D/info/automake17.info %D/info/dir
|
||||
info/automake17.info
|
||||
@exec install-info %D/info/automake17.info %D/info/dir
|
||||
libexec/automake17/aclocal
|
||||
libexec/automake17/automake
|
||||
share/aclocal17/amversion.m4
|
||||
share/aclocal17/as.m4
|
||||
share/aclocal17/auxdir.m4
|
||||
share/aclocal17/ccstdc.m4
|
||||
share/aclocal17/cond.m4
|
||||
share/aclocal17/depend.m4
|
||||
share/aclocal17/depout.m4
|
||||
share/aclocal17/dmalloc.m4
|
||||
share/aclocal17/gcj.m4
|
||||
share/aclocal17/header.m4
|
||||
share/aclocal17/init.m4
|
||||
share/aclocal17/install-sh.m4
|
||||
share/aclocal17/lex.m4
|
||||
share/aclocal17/lispdir.m4
|
||||
share/aclocal17/maintainer.m4
|
||||
share/aclocal17/make.m4
|
||||
share/aclocal17/minuso.m4
|
||||
share/aclocal17/missing.m4
|
||||
share/aclocal17/multi.m4
|
||||
share/aclocal17/obsol-gt.m4
|
||||
share/aclocal17/obsol-lt.m4
|
||||
share/aclocal17/obsolete.m4
|
||||
share/aclocal17/options.m4
|
||||
share/aclocal17/protos.m4
|
||||
share/aclocal17/python.m4
|
||||
share/aclocal17/regex.m4
|
||||
share/aclocal17/runlog.m4
|
||||
share/aclocal17/sanity.m4
|
||||
share/aclocal17/strip.m4
|
||||
share/automake17/Automake/Channels.pm
|
||||
share/automake17/Automake/General.pm
|
||||
share/automake17/Automake/Struct.pm
|
||||
share/automake17/Automake/XFile.pm
|
||||
share/automake17/COPYING
|
||||
share/automake17/INSTALL
|
||||
share/automake17/acinstall
|
||||
share/automake17/am/ansi2knr.am
|
||||
share/automake17/am/check.am
|
||||
share/automake17/am/clean-hdr.am
|
||||
share/automake17/am/clean.am
|
||||
share/automake17/am/compile.am
|
||||
share/automake17/am/configure.am
|
||||
share/automake17/am/data.am
|
||||
share/automake17/am/dejagnu.am
|
||||
share/automake17/am/depend.am
|
||||
share/automake17/am/depend2.am
|
||||
share/automake17/am/distdir.am
|
||||
share/automake17/am/footer.am
|
||||
share/automake17/am/header-vars.am
|
||||
share/automake17/am/header.am
|
||||
share/automake17/am/install.am
|
||||
share/automake17/am/java.am
|
||||
share/automake17/am/lang-compile.am
|
||||
share/automake17/am/lex.am
|
||||
share/automake17/am/library.am
|
||||
share/automake17/am/libs.am
|
||||
share/automake17/am/libtool.am
|
||||
share/automake17/am/lisp.am
|
||||
share/automake17/am/ltlib.am
|
||||
share/automake17/am/ltlibrary.am
|
||||
share/automake17/am/mans-vars.am
|
||||
share/automake17/am/mans.am
|
||||
share/automake17/am/multilib.am
|
||||
share/automake17/am/program.am
|
||||
share/automake17/am/progs.am
|
||||
share/automake17/am/python.am
|
||||
share/automake17/am/remake-hdr.am
|
||||
share/automake17/am/scripts.am
|
||||
share/automake17/am/subdirs.am
|
||||
share/automake17/am/tags.am
|
||||
share/automake17/am/texi-vers.am
|
||||
share/automake17/am/texibuild.am
|
||||
share/automake17/am/texinfos.am
|
||||
share/automake17/am/yacc.am
|
||||
share/automake17/ansi2knr.1
|
||||
share/automake17/ansi2knr.c
|
||||
share/automake17/compile
|
||||
share/automake17/config.guess
|
||||
share/automake17/config.sub
|
||||
share/automake17/depcomp
|
||||
share/automake17/elisp-comp
|
||||
share/automake17/install-sh
|
||||
share/automake17/mdate-sh
|
||||
share/automake17/missing
|
||||
share/automake17/mkinstalldirs
|
||||
share/automake17/py-compile
|
||||
share/automake17/texinfo.tex
|
||||
share/automake17/ylwrap
|
||||
@dirrm libexec/automake17
|
||||
@dirrm share/aclocal17
|
||||
@dirrm share/automake17/Automake
|
||||
@dirrm share/automake17/am
|
||||
@dirrm share/automake17
|
||||
|
@ -1,6 +1,6 @@
|
||||
# New ports collection makefile for: automake
|
||||
# Date created: 15 March 1997
|
||||
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|
||||
# New ports collection makefile for: automake17
|
||||
# Date created: 15 Feb 2003
|
||||
# Whom: Udo Schweigert
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
@ -14,15 +14,14 @@ MASTER_SITE_SUBDIR= automake
|
||||
DISTNAME= automake-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alane@FreeBSD.org
|
||||
COMMENT= GNU automake generates input files for GNU autoconf
|
||||
|
||||
.undef NO_IGNORE
|
||||
BORKED= "DON'T EVEN THINK ABOUT IT."
|
||||
BROKEN= ${BORKED}
|
||||
IGNORE= "DAMN YOU BENTO. LEAVE THIS ALONE!"
|
||||
BROKEN= Needs autoconf >= 254 to build.
|
||||
|
||||
USE_PERL5= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PERL=${PERL5}
|
||||
USE_REINPLACE= yes
|
||||
|
||||
STRIP= # none
|
||||
|
||||
@ -36,10 +35,20 @@ pre-everything:
|
||||
@${FALSE}
|
||||
.endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
|
||||
|
||||
do-build:
|
||||
${ECHO_MSG} This port is not ready yet.
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \
|
||||
${WRKSRC}/aclocal.in
|
||||
|
||||
do-install:
|
||||
${ECHO_MSG} I told you this port is not ready yet. Now go away.
|
||||
pre-install:
|
||||
${RM} -fr ${PREFIX}/libexec/automake17
|
||||
${MKDIR} ${PREFIX}/libexec/automake17
|
||||
|
||||
post-install:
|
||||
.for i in aclocal automake
|
||||
${LN} -sf ${PREFIX}/bin/${i}17 \
|
||||
${PREFIX}/libexec/automake17/${i}
|
||||
.endfor
|
||||
@install-info ${PREFIX}/info/automake17.info \
|
||||
${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
GO AWAY DAMMIT
|
||||
MD5 (automake-1.7.2.tar.gz) = 753647afe9db0ec52c69c6b9bb7dd106
|
||||
|
@ -1 +0,0 @@
|
||||
GNU automake generates input files for GNU autoconf
|
@ -1 +1,101 @@
|
||||
@comment This port is in progress. Go away.
|
||||
@comment $FreeBSD$
|
||||
bin/aclocal17
|
||||
bin/automake17
|
||||
@unexec install-info --delete %D/info/automake17.info %D/info/dir
|
||||
info/automake17.info
|
||||
@exec install-info %D/info/automake17.info %D/info/dir
|
||||
libexec/automake17/aclocal
|
||||
libexec/automake17/automake
|
||||
share/aclocal17/amversion.m4
|
||||
share/aclocal17/as.m4
|
||||
share/aclocal17/auxdir.m4
|
||||
share/aclocal17/ccstdc.m4
|
||||
share/aclocal17/cond.m4
|
||||
share/aclocal17/depend.m4
|
||||
share/aclocal17/depout.m4
|
||||
share/aclocal17/dmalloc.m4
|
||||
share/aclocal17/gcj.m4
|
||||
share/aclocal17/header.m4
|
||||
share/aclocal17/init.m4
|
||||
share/aclocal17/install-sh.m4
|
||||
share/aclocal17/lex.m4
|
||||
share/aclocal17/lispdir.m4
|
||||
share/aclocal17/maintainer.m4
|
||||
share/aclocal17/make.m4
|
||||
share/aclocal17/minuso.m4
|
||||
share/aclocal17/missing.m4
|
||||
share/aclocal17/multi.m4
|
||||
share/aclocal17/obsol-gt.m4
|
||||
share/aclocal17/obsol-lt.m4
|
||||
share/aclocal17/obsolete.m4
|
||||
share/aclocal17/options.m4
|
||||
share/aclocal17/protos.m4
|
||||
share/aclocal17/python.m4
|
||||
share/aclocal17/regex.m4
|
||||
share/aclocal17/runlog.m4
|
||||
share/aclocal17/sanity.m4
|
||||
share/aclocal17/strip.m4
|
||||
share/automake17/Automake/Channels.pm
|
||||
share/automake17/Automake/General.pm
|
||||
share/automake17/Automake/Struct.pm
|
||||
share/automake17/Automake/XFile.pm
|
||||
share/automake17/COPYING
|
||||
share/automake17/INSTALL
|
||||
share/automake17/acinstall
|
||||
share/automake17/am/ansi2knr.am
|
||||
share/automake17/am/check.am
|
||||
share/automake17/am/clean-hdr.am
|
||||
share/automake17/am/clean.am
|
||||
share/automake17/am/compile.am
|
||||
share/automake17/am/configure.am
|
||||
share/automake17/am/data.am
|
||||
share/automake17/am/dejagnu.am
|
||||
share/automake17/am/depend.am
|
||||
share/automake17/am/depend2.am
|
||||
share/automake17/am/distdir.am
|
||||
share/automake17/am/footer.am
|
||||
share/automake17/am/header-vars.am
|
||||
share/automake17/am/header.am
|
||||
share/automake17/am/install.am
|
||||
share/automake17/am/java.am
|
||||
share/automake17/am/lang-compile.am
|
||||
share/automake17/am/lex.am
|
||||
share/automake17/am/library.am
|
||||
share/automake17/am/libs.am
|
||||
share/automake17/am/libtool.am
|
||||
share/automake17/am/lisp.am
|
||||
share/automake17/am/ltlib.am
|
||||
share/automake17/am/ltlibrary.am
|
||||
share/automake17/am/mans-vars.am
|
||||
share/automake17/am/mans.am
|
||||
share/automake17/am/multilib.am
|
||||
share/automake17/am/program.am
|
||||
share/automake17/am/progs.am
|
||||
share/automake17/am/python.am
|
||||
share/automake17/am/remake-hdr.am
|
||||
share/automake17/am/scripts.am
|
||||
share/automake17/am/subdirs.am
|
||||
share/automake17/am/tags.am
|
||||
share/automake17/am/texi-vers.am
|
||||
share/automake17/am/texibuild.am
|
||||
share/automake17/am/texinfos.am
|
||||
share/automake17/am/yacc.am
|
||||
share/automake17/ansi2knr.1
|
||||
share/automake17/ansi2knr.c
|
||||
share/automake17/compile
|
||||
share/automake17/config.guess
|
||||
share/automake17/config.sub
|
||||
share/automake17/depcomp
|
||||
share/automake17/elisp-comp
|
||||
share/automake17/install-sh
|
||||
share/automake17/mdate-sh
|
||||
share/automake17/missing
|
||||
share/automake17/mkinstalldirs
|
||||
share/automake17/py-compile
|
||||
share/automake17/texinfo.tex
|
||||
share/automake17/ylwrap
|
||||
@dirrm libexec/automake17
|
||||
@dirrm share/aclocal17
|
||||
@dirrm share/automake17/Automake
|
||||
@dirrm share/automake17/am
|
||||
@dirrm share/automake17
|
||||
|
Loading…
Reference in New Issue
Block a user