23 lines
483 B
Makefile
23 lines
483 B
Makefile
# $OpenBSD: Makefile,v 1.16 2001/05/06 00:12:52 lebel Exp $
|
|
|
|
COMMENT= "GNU Standards-compliant Makefile generator"
|
|
|
|
DISTNAME= automake-1.4
|
|
CATEGORIES= devel
|
|
NEED_VERSION= 1.402
|
|
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>
|