openbsd-ports/devel/automake/Makefile

23 lines
486 B
Makefile
Raw Normal View History

2001-08-27 09:57:51 -04:00
# $OpenBSD: Makefile,v 1.22 2001/08/27 13:57:51 espie 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
2001-08-17 13:05:48 -04:00
NEED_VERSION= 1.435
1998-10-08 14:22:13 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 19:14:40 -05:00
MASTER_SITE_SUBDIR= 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
1997-12-01 17:58:50 -05:00
.include <bsd.port.mk>