diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index cce1a2539cb1..988168b9802b 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,57 +1,57 @@ PORTNAME= miniupnpd DISTVERSION= 2.3.6 PORTEPOCH= 1 CATEGORIES= net MAINTAINER= squat@squat.no -COMMENT= UPnP IGD implementation which uses pf +COMMENT= Lightweight UPnP IGD & PCP/NAT-PMP daemon which uses pf WWW= http://miniupnp.free.fr/ LICENSE= BSD3CLAUSE LIB_DEPENDS= libpfctl.so:net/libpfctl USES= cpe ssl localbase:ldflags CPE_VENDOR= miniupnp_project USE_GITHUB= yes GH_ACCOUNT= miniupnp GH_PROJECT= miniupnp GH_TAGNAME= miniupnpd_2_3_6 USE_RC_SUBR= miniupnpd HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lpfctl WRKSRC_SUBDIR= miniupnpd PLIST_FILES= etc/miniupnpd.conf.sample \ share/man/man8/miniupnpd.8.gz \ sbin/miniupnpd # unconditionally use pf, ipfw does not work on FreeBSD CONFIGURE_ARGS= --firewall=pf OPTIONS_DEFINE= CHECK_PORTINUSE IPV6 LEASEFILE UPNP_IGDV2 \ UPNP_STRICT CHECK_PORTINUSE_DESC= Check if ports are in use LEASEFILE_DESC= Enable lease file UPNP_IGDV2_DESC= Build an IGDv2 instead of an IGDv1 UPNP_STRICT_DESC= More strict UPnP specification compliance CHECK_PORTINUSE_CONFIGURE_ON= --portinuse IPV6_CONFIGURE_ON= --ipv6 LEASEFILE_CONFIGURE_ON= --leasefile UPNP_IGDV2_CONFIGURE_ON= --igd2 UPNP_STRICT_CONFIGURE_ON= --strict post-patch: @${REINPLACE_CMD} -e 's|\(-lssl -lcrypto\)|$$(LDFLAGS) \1|g' \ -e 's|^INSTALLMANDIR.*|INSTALLMANDIR = ${PREFIX}/share/man|' \ ${WRKSRC}/Makefile.bsd .include diff --git a/net/miniupnpd/pkg-descr b/net/miniupnpd/pkg-descr index c1328a1bece8..48ead058b983 100644 --- a/net/miniupnpd/pkg-descr +++ b/net/miniupnpd/pkg-descr @@ -1,3 +1,3 @@ -Mini UPnPd is a lightweight implementation of a UPnP IGD daemon. This is -supposed to be run on your gateway machine to allow client systems to redirect -ports and punch holes in the firewall. +MiniUPnPd is a lightweight implementation of a UPnP IGD & PCP/NAT-PMP daemon. +This is supposed to be run on your gateway machine to allow client systems to +map ports on the firewall.