1997-05-27 16:40:49 +00:00
|
|
|
# New ports collection makefile for: automake
|
|
|
|
# Date created: 15 March 1997
|
|
|
|
# Whom: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-05-27 16:40:49 +00:00
|
|
|
#
|
|
|
|
|
2002-10-15 06:50:50 +00:00
|
|
|
PORTNAME= automake17
|
2002-11-03 12:14:42 +00:00
|
|
|
PORTVERSION= 1.7.1
|
2001-10-30 08:28:01 +00:00
|
|
|
PORTEPOCH= 1
|
1997-05-27 16:40:49 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= automake
|
2002-10-15 06:50:50 +00:00
|
|
|
DISTNAME= automake-${PORTVERSION}
|
1997-05-27 16:40:49 +00:00
|
|
|
|
2002-11-01 13:09:32 +00:00
|
|
|
MAINTAINER= alane@FreeBSD.org
|
1997-05-27 16:40:49 +00:00
|
|
|
|
2002-10-15 05:55:37 +00:00
|
|
|
.undef NO_IGNORE
|
|
|
|
BORKED= "THIS IS A WORK IN PROGRESS. DON'T EVEN THINK ABOUT IT."
|
|
|
|
BROKEN= ${BORKED}
|
|
|
|
FORBIDDEN= ${BORKED}
|
|
|
|
|
|
|
|
USE_PERL5= yes
|
1997-05-27 16:40:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-12-12 03:59:35 +00:00
|
|
|
CONFIGURE_ENV= PERL=${PERL5}
|
|
|
|
|
2001-07-20 18:00:50 +00:00
|
|
|
STRIP= # none
|
1998-09-23 16:13:20 +00:00
|
|
|
|
2002-09-14 13:32:06 +00:00
|
|
|
.if defined(USE_AUTOMAKE) || defined(USE_AUTOMAKE_VER)
|
2002-10-13 13:04:06 +00:00
|
|
|
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)
|
2002-09-14 13:32:06 +00:00
|
|
|
|
2002-11-03 12:14:42 +00:00
|
|
|
do-build:
|
|
|
|
${ECHO_MSG} This port is not ready yet.
|
2000-07-15 19:07:48 +00:00
|
|
|
|
2002-11-03 12:14:42 +00:00
|
|
|
do-install:
|
|
|
|
${ECHO_MSG} I told you this port is not ready yet. Now go away.
|
1997-06-13 06:49:49 +00:00
|
|
|
|
1997-05-27 16:40:49 +00:00
|
|
|
.include <bsd.port.mk>
|