c6287b2b53
while there, put common things in Makefile.inc bump revs according to discrepancies in COMMENT and in @conflict
18 lines
478 B
Makefile
18 lines
478 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1 2012/06/25 15:45:14 espie Exp $
|
|
|
|
COMMENT ?= GNU Standards-compliant Makefile generator
|
|
HOMEPAGE ?= http://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_CDROM ?= Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
|