18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $OpenBSD: Makefile.inc,v 1.4 2015/04/07 09:25:48 jasper Exp $
|
|
|
|
COMMENT ?= GNU Standards-compliant Makefile generator
|
|
HOMEPAGE ?= https://www.gnu.org/software/automake/
|
|
MASTER_SITES ?= ${MASTER_SITE_GNU:=automake/}
|
|
|
|
SUFFIX ?= -${VERSION}
|
|
SUBST_VARS += SUFFIX PKGSPEC
|
|
CATEGORIES += devel
|
|
|
|
# XXX check for new versions. So far, automake-1.12 is still GPLv2
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
|
|
PORTROACH = limit:^${VERSION}
|