- add NOT_FOR_ARCHS
- add the whole regress family settings - general cleanup on things no longer applicable
This commit is contained in:
parent
a664acb5ee
commit
50169cacce
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.template,v 1.38 2002/12/12 07:29:02 pvalchev Exp $
|
||||
# $OpenBSD: Makefile.template,v 1.39 2003/07/01 04:36:33 pvalchev Exp $
|
||||
# $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $
|
||||
# Original from: credit the original author here
|
||||
#
|
||||
@ -8,6 +8,7 @@
|
||||
# Reasons why the port/package shouldn't be built
|
||||
#
|
||||
#ONLY_FOR_ARCHS= ???
|
||||
#NOT_FOR_ARCHS= ???
|
||||
#COMES_WITH= ???
|
||||
#BROKEN= "reason"
|
||||
#RESTRICTED= "reason"
|
||||
@ -31,7 +32,7 @@ CATEGORIES= ???
|
||||
# where to send bitches about this port
|
||||
# Put a full-fledged email address, like
|
||||
# MAINTAINER= John Doe <doe57@machine.somewhere.org>
|
||||
# Default value is ports.openbsd.org, no need to fill in
|
||||
# Default value is ports@openbsd.org, no need to fill in
|
||||
#MAINTAINER= ???
|
||||
|
||||
# Licensing: This determines what we can distribute.
|
||||
@ -72,15 +73,15 @@ MASTER_SITES= ???
|
||||
#BUILD_DEPENDS= ???
|
||||
#RUN_DEPENDS= ???
|
||||
#LIB_DEPENDS= ???
|
||||
#REGRESS_DEPENDS= ???
|
||||
|
||||
#MAKE_FLAGS= ???
|
||||
#MAKE_ENV= ???
|
||||
#FAKE_FLAGS= ???
|
||||
#REGRESS_FLAGS= ???
|
||||
|
||||
# build/configuration variables
|
||||
#
|
||||
# requires bsd.port.mk 1.89 or later
|
||||
#
|
||||
#SEPARATE_BUILD= concurrent (build simultaneously on all arches)
|
||||
#SEPARATE_BUILD= simple (configure/build still recreates files in source)
|
||||
#USE_X11= Yes
|
||||
@ -107,6 +108,7 @@ MASTER_SITES= ???
|
||||
# Is the build automagic or is it interactive
|
||||
#
|
||||
#IS_INTERACTIVE= Yes
|
||||
#REGRESS_IS_INTERACTIVE=Yes
|
||||
|
||||
# Assume you have one multiple choice flavor: 1 2 3 and switches a b.
|
||||
# You would write
|
||||
@ -141,6 +143,7 @@ MASTER_SITES= ???
|
||||
#NO_CHECKSUM= Yes
|
||||
#NO_BUILD= Yes
|
||||
#NO_PKG_REGISTER= Yes
|
||||
#NO_REGRESS= Yes
|
||||
|
||||
# Overrides for default values
|
||||
#
|
||||
@ -155,5 +158,6 @@ MASTER_SITES= ???
|
||||
|
||||
#ALL_TARGET= ???
|
||||
#INSTALL_TARGET= ???
|
||||
#REGRESS_TARGET= ???
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user