1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/miniupnpc/Makefile

32 lines
547 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= miniupnpc
PORTVERSION= 1.8
CATEGORIES?= net
MASTER_SITES= http://miniupnp.free.fr/files/
MAINTAINER?= dinoex@FreeBSD.org
COMMENT?= UPnP IGD client lightweight library
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
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_SCRIPT= updateminiupnpcstrings.sh
2013-12-17 16:17:01 +00:00
MAKE_ENV+= INSTALLPREFIX=${STAGEDIR}${PREFIX}
.include <bsd.port.pre.mk>
.if defined(WITH_DEBUG)
CFLAGS+= -DDEBUG
.endif
.if ${SLAVE_PORT} == no
USE_RC_SUBR= miniupnpc
.endif
.include <bsd.port.post.mk>