mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# bsd.port.options.mk - Allow OPTIONS to determine dependencies
|
|
#
|
|
# usage:
|
|
#
|
|
# .include "bsd.port.options.mk"
|
|
# <deal with user options>
|
|
# .include "bsd.port.pre.mk"
|
|
# <other work, including adjusting dependencies>
|
|
# .include "bsd.port.post.mk"
|
|
#
|
|
# Created by: Shaun Amott <shaun@inerd.com>
|
|
#
|
|
# $FreeBSD: head/Mk/bsd.port.options.mk 358258 2014-06-18 12:21:35Z bapt $
|
|
#
|
|
|
|
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
|
|
|
|
USEOPTIONSMK= yes
|
|
INOPTIONSMK= yes
|
|
|
|
.include "bsd.port.mk"
|
|
|
|
.undef INOPTIONSMK
|