freebsd-ports/net/linuxigd/Makefile
Tijl Coosemans 732067f980 - Add USES=libtool to devel/upnp and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
- Add a patch to fix definitions of ITHREAD_MUTEX_*

Approved by:	portmgr (implicit, bump unstaged port)
2014-07-11 10:26:02 +00:00

26 lines
552 B
Makefile

# Created by: Yen-Ming Lee <leeym@leeym.com>
# $FreeBSD$
PORTNAME= linuxigd
PORTVERSION= 1.0
PORTREVISION= 10
CATEGORIES= net
MASTER_SITES= SF/linux-igd/linux-igd/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Linux UPnP Internet Gateway Device
LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp
USE_RC_SUBR= linuxigd
USES= gmake
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
post-extract:
@${RM} ${WRKSRC}/iptc.?
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g"
.include <bsd.port.mk>