mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
2c54d261a6
A big Thank You to the original contributors of these ports: * Akinori MUSHA <knu@FreeBSD.org> * Alejandro Pulver <alepulver@FreeBSD.org> * Edwin Groothuis <edwin@freebsd.org> * Ernst de Haan <znerd@FreeBSD.org> * Florent Thoumie <flz@FreeBSD.org> * Gabor Kovesdan <gabor@FreeBSD.org> * Mark Linimon <linimon@FreeBSD.org> * Shaun Amott <shaun@inerd.com> With hat: portmgr Reported by: mat
20 lines
377 B
Makefile
20 lines
377 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"
|
|
#
|
|
|
|
OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org
|
|
|
|
USEOPTIONSMK= yes
|
|
INOPTIONSMK= yes
|
|
|
|
.include "bsd.port.mk"
|
|
|
|
.undef INOPTIONSMK
|