Tweak biology/seqan version 1.3.1_3
[dports.git] / Mk / bsd.port.options.mk
1 # bsd.port.options.mk - Allow OPTIONS to determine dependencies
2 #
3 # usage:
4 #
5 #       .include "bsd.port.options.mk"
6 #       <deal with user options>
7 #       .include "bsd.port.pre.mk"
8 #       <other work, including adjusting dependencies>
9 #       .include "bsd.port.post.mk"
10 #
11 # Created by: Shaun Amott <shaun@inerd.com>
12 #
13 # $FreeBSD$
14 #
15
16 OPTIONS_Include_MAINTAINER=             portmgr@FreeBSD.org
17
18 USEOPTIONSMK=   yes
19 INOPTIONSMK=    yes
20
21 .include "bsd.port.mk"
22
23 .undef INOPTIONSMK