2006-09-30 21:23:40 +02:00
|
|
|
# bsd.port.options.mk - Allow OPTIONS to determine dependencies
|
|
|
|
#
|
|
|
|
# usage:
|
|
|
|
#
|
|
|
|
# .include "bsd.port.options.mk"
|
2007-05-25 00:13:55 +02:00
|
|
|
# <deal with user options>
|
|
|
|
# .include "bsd.port.pre.mk"
|
2006-09-30 21:23:40 +02:00
|
|
|
# <other work, including adjusting dependencies>
|
|
|
|
# .include "bsd.port.post.mk"
|
|
|
|
#
|
|
|
|
|
|
|
|
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
|
|
|
|
|
|
|
|
USEOPTIONSMK= yes
|
|
|
|
INOPTIONSMK= yes
|
|
|
|
|
|
|
|
.include "bsd.port.mk"
|
|
|
|
|
|
|
|
.undef INOPTIONSMK
|