freebsd-ports/Mk/bsd.port.options.mk
Tobias C. Berner 2c54d261a6 cleanup: remove 'Created by' lines
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
2022-07-20 21:40:02 +02:00

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