freebsd-ports/Mk/bsd.port.options.mk

27 lines
491 B
Makefile
Raw Normal View History

#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
# bsd.port.options.mk - Allow OPTIONS to determine dependencies
#
# usage:
#
# .include "bsd.port.options.mk"
2007-05-24 18:13:55 -04:00
# <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$
#
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
USEOPTIONSMK= yes
INOPTIONSMK= yes
.include "bsd.port.mk"
.undef INOPTIONSMK