On Thu, Feb 23, 2012 at 11:36:53AM +0100, David Coppa wrote: > On Thu, Feb 23, 2012 at 11:24 AM, Antoine Jacoutot > <[email protected]> wrote: > > On Thu, Feb 23, 2012 at 11:19:13AM +0100, David Coppa wrote: > >> Hi all, > >> > >> This is a port for libnatpmp (http://miniupnp.free.fr/libnatpmp.html). > >> > >> I need it, along with miniupnpc (already done by aja), because I'd > >> like to add UPnP and NAT traversal support (currently disabled) to > >> net/mldonkey. > >> It's feasible now that we have pthread_mutex_timedlock (yay!). > >> > >> OK to import it? > > > > Any reason not to put it under ports/net/miniupnp ? > > Also I would use WRKINST instead of DESTDIR. > > Done. But one question: > > Is it possible to specify a MAINTAINER different from the one > specified into ../Makefile.inc? > Otherwise, *you* will maintain this too :) :)
Sure, just set MAINTAINER ?= in Makefile.inc -- Antoine
