23 lines
486 B
Makefile
23 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.22 2001/08/27 13:57:51 espie Exp $
|
|
|
|
COMMENT= "GNU Standards-compliant Makefile generator"
|
|
|
|
DISTNAME= automake-1.4-p5
|
|
CATEGORIES= devel
|
|
NEED_VERSION= 1.435
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= automake
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/automake/
|
|
|
|
MAINTAINER= Jason Ish <jasoni@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|