freebsd-ports/devel/gnu-automake/Makefile
Edwin Groothuis d59b852e8e Make BROKEN message displayable.
[/usr/ports/devel/automake17] root@k7>ls -al
total 54
drwxr-xr-x    3 root       wheel    512 May  2 18:42 .
drwxr-xr-x  942 portbuild  wheel  46080 Apr 28 08:59 ..
-rw-r--r--    1 root       wheel   1456 Mar 11 12:48 Makefile
-rw-r--r--    1 root       wheel     63 Feb 24 12:00 distinfo
drwxr-xr-x    2 root       wheel    512 Feb 24 12:00 files
-rw-r--r--    1 root       wheel    757 Nov 13 12:25 pkg-descr
-rw-r--r--    1 root       wheel   2980 Feb 24 12:00 pkg-plist
[/usr/ports/devel/automake17] root@k7>make
[/usr/ports/devel/automake17] root@k7>ls -al
total 55
drwxr-xr-x    3 root       wheel    512 May  2 18:43 .
drwxr-xr-x  942 portbuild  wheel  46080 Apr 28 08:59 ..
-rw-r--r--    1 root       wheel     76 May  2 18:43 =
-rw-r--r--    1 root       wheel   1456 Mar 11 12:48 Makefile
-rw-r--r--    1 root       wheel     63 Feb 24 12:00 distinfo
drwxr-xr-x    2 root       wheel    512 Feb 24 12:00 files
-rw-r--r--    1 root       wheel    757 Nov 13 12:25 pkg-descr
-rw-r--r--    1 root       wheel   2980 Feb 24 12:00 pkg-plist
[/usr/ports/devel/automake17] root@k7>make -V BROKEN
Needs autoconf >= 254 to build.
[/usr/ports/devel/automake17] root@k7>cat =
===>  automake17-1.7.2,1 is marked as broken: Needs autoconf 254 to build..

Informed maintainer.
2003-05-02 08:44:18 +00:00

54 lines
1.4 KiB
Makefile

# New ports collection makefile for: automake17
# Date created: 15 Feb 2003
# Whom: Udo Schweigert
#
# $FreeBSD$
#
PORTNAME= automake17
PORTVERSION= 1.7.2
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
DISTNAME= automake-${PORTVERSION}
MAINTAINER= alane@FreeBSD.org
COMMENT= GNU automake generates input files for GNU autoconf
BROKEN= Needs at least autoconf 254 to build.
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= PERL=${PERL5}
USE_REINPLACE= yes
STRIP= # none
.if defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
pre-everything::
@${ECHO} ===========================================================
@${ECHO} "You have 'USE_AUTOMAKE' or 'USE_AUTOMAKE_VER' variables"
@${ECHO} "defined either in environment or in make(1) arguments."
@${ECHO} "Please undefine them and try again."
@${ECHO} ===========================================================
@${FALSE}
.endif # defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
pre-configure:
@${REINPLACE_CMD} -i -e "s,%%X11BASE%%,${X11BASE}," \
${WRKSRC}/aclocal.in
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>