openbsd-ports/devel/automake/Makefile

27 lines
639 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.24 2002/05/13 10:54:45 fgsch Exp $
COMMENT= "GNU Standards-compliant Makefile generator"
1997-12-01 17:58:50 -05:00
2001-08-27 09:57:51 -04:00
DISTNAME= automake-1.4-p5
1997-12-01 17:58:50 -05:00
CATEGORIES= devel
NEED_VERSION= 1.528
MASTER_SITES= ${MASTER_SITE_GNU:=automake/}
1998-10-08 14:22:13 -04:00
HOMEPAGE= http://www.gnu.org/software/automake/
2001-08-27 09:57:51 -04:00
MAINTAINER= Jason Ish <jasoni@openbsd.org>
1998-11-19 02:33:12 -05:00
2000-03-18 01:14:47 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= gnu
2001-10-07 08:15:33 -04:00
REGRESS_DEPENDS=:gmake-*:devel/gmake
do-regress:
cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} MAKE=gmake gmake -f \
${MAKE_FILE} ${REGRESS_FLAGS} ${REGRESS_TARGET}
1997-12-01 17:58:50 -05:00
.include <bsd.port.mk>