freebsd-dev/share/mk/bsd.port.options.mk
Pav Lucistnik e61e798b8c Add bsd.port.options.mk, a stub to include parts of bsd.port.mk that handle
OPTIONS resolving. This will allow us to load bsd.port.mk in port Makefiles in
three steps (options, pre, post), allowing us to manipulate USE_* flags
conditionally on OPTIONS values.

With hat:	portmgr
Reviewed by:	ru
MFC after:	1 week
2007-06-01 15:17:51 +00:00

9 lines
92 B
Makefile

# $FreeBSD$
USEOPTIONSMK= yes
INOPTIONSMK= yes
.include <bsd.port.mk>
.undef INOPTIONSMK