1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/Mk/bsd.port.options.mk
2007-05-24 22:13:55 +00:00

27 lines
491 B
Makefile

#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
# 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$
#
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
USEOPTIONSMK= yes
INOPTIONSMK= yes
.include "bsd.port.mk"
.undef INOPTIONSMK