Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/net/miniupnpd/Makefile 350123 2014-04-04 13:55:54Z bapt $ |
2 |
# $FreeBSD: head/net/miniupnpd/Makefile 350123 2014-04-04 13:55:54Z bapt $ |
3 |
|
3 |
|
4 |
PORTNAME= miniupnpd |
4 |
PORTNAME= miniupnpd |
5 |
PORTVERSION= 1.8.20140310 |
5 |
PORTVERSION= 1.8.20140523 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= net |
7 |
CATEGORIES= net |
8 |
MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ |
8 |
MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \ |
Lines 15-31
Link Here
|
15 |
SUB_LIST= UUID=${UUID} |
15 |
SUB_LIST= UUID=${UUID} |
16 |
|
16 |
|
17 |
UUID!= uuidgen |
17 |
UUID!= uuidgen |
18 |
FWNAME?= pf |
|
|
19 |
PLIST_FILES= etc/miniupnpd.conf.sample sbin/miniupnpd \ |
18 |
PLIST_FILES= etc/miniupnpd.conf.sample sbin/miniupnpd \ |
20 |
man/man8/miniupnpd.8.gz |
19 |
man/man8/miniupnpd.8.gz |
21 |
MAKE_JOBS_UNSAFE=yes |
20 |
MAKE_JOBS_UNSAFE=yes |
22 |
|
21 |
|
23 |
USE_RC_SUBR= miniupnpd |
22 |
USE_RC_SUBR= miniupnpd |
24 |
|
23 |
|
25 |
OPTIONS_DEFINE= PF_ENABLE_FILTER_RULES |
24 |
OPTIONS_DEFINE= PF_ENABLE_FILTER_RULES CHECK_PORTINUSE IPV6 UPNP_IGDV2 UPNP_STRICT LEASEFILE |
26 |
PF_ENABLE_FILTER_RULES_DESC= Enable pf generation of filter rules |
25 |
PF_ENABLE_FILTER_RULES_DESC= Enable pf generation of filter rules |
|
|
26 |
CHECK_PORTINUSE_DESC= Check if ports are in use |
27 |
IPV6_DESC= Enable IPv6 |
28 |
UPNP_IGDV2_DESC= Build an IGDv2 instead of an IGDv1 |
29 |
UPNP_STRICT_DESC= Be more strict regarding compliance with UPnP specifications |
30 |
LEASEFILE_DESC= Enable lease file |
27 |
|
31 |
|
28 |
PF_ENABLE_FILTER_RULES_EXTRA_PATCHES= ${PATCHDIR}/pf_enable_filter_rules.patch |
32 |
PF_ENABLE_FILTER_RULES_EXTRA_PATCHES= ${PATCHDIR}/pf_enable_filter_rules.patch |
|
|
33 |
CHECK_PORTINUSE_EXTRA_PATCHES= ${PATCHDIR}/enable_check_portinuse.patch |
34 |
IPV6_EXTRA_PATCHES= ${PATCHDIR}/enable_ipv6.patch |
35 |
UPNP_IGDV2_EXTRA_PATCHES= ${PATCHDIR}/enable_igdv2.patch |
36 |
UPNP_STRICT_EXTRA_PATCHES= ${PATCHDIR}/enable_upnp_strict.patch |
37 |
LEASEFILE_EXTRA_PATCHES= ${PATCHDIR}/enable_leasefile.patch |
29 |
|
38 |
|
30 |
post-patch: |
39 |
post-patch: |
31 |
@${REINPLACE_CMD} 's|CFLAGS ?= -pipe -Os|CFLAGS ?= -pipe|' \ |
40 |
@${REINPLACE_CMD} 's|CFLAGS ?= -pipe -Os|CFLAGS ?= -pipe|' \ |