2008-01-25 16:34:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= miniupnpc
|
2013-03-03 21:09:54 +00:00
|
|
|
PORTVERSION= 1.8
|
2009-08-14 07:08:41 +00:00
|
|
|
CATEGORIES?= net
|
2008-01-25 16:34:53 +00:00
|
|
|
MASTER_SITES= http://miniupnp.free.fr/files/
|
|
|
|
|
2011-11-14 05:45:02 +00:00
|
|
|
MAINTAINER?= dinoex@FreeBSD.org
|
2009-08-13 14:52:01 +00:00
|
|
|
COMMENT?= UPnP IGD client lightweight library
|
2008-01-25 16:34:53 +00:00
|
|
|
|
2014-03-09 13:57:06 +00:00
|
|
|
LICENSE= BSD3CLAUSE
|
2011-02-20 16:43:10 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2010-12-10 12:43:45 +00:00
|
|
|
|
2013-12-17 16:17:01 +00:00
|
|
|
USES= gmake
|
2009-08-13 14:52:01 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
CONFIGURE_SCRIPT= updateminiupnpcstrings.sh
|
2013-12-17 16:17:01 +00:00
|
|
|
MAKE_ENV+= INSTALLPREFIX=${STAGEDIR}${PREFIX}
|
2009-08-13 14:52:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_DEBUG)
|
|
|
|
CFLAGS+= -DDEBUG
|
|
|
|
.endif
|
2008-01-25 16:34:53 +00:00
|
|
|
|
2010-12-16 06:07:56 +00:00
|
|
|
.if ${SLAVE_PORT} == no
|
2012-03-31 07:48:49 +00:00
|
|
|
USE_RC_SUBR= miniupnpc
|
2009-08-13 14:52:01 +00:00
|
|
|
.endif
|
2008-07-12 05:09:10 +00:00
|
|
|
|
2009-08-13 14:52:01 +00:00
|
|
|
.include <bsd.port.post.mk>
|