2002-08-04 07:37:39 +00:00
|
|
|
# New ports collection makefile for: linuxigd
|
|
|
|
# Date created: 02 August 2002
|
|
|
|
# Whom: Yen-Ming Lee <leeym@leeym.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= linuxigd
|
2007-06-16 12:49:58 +00:00
|
|
|
PORTVERSION= 1.0
|
2007-07-10 14:02:45 +00:00
|
|
|
PORTREVISION= 2
|
2002-08-04 07:37:39 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= linux-igd
|
|
|
|
|
2007-06-16 12:49:58 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Linux UPnP Internet Gateway Device
|
2002-08-04 07:37:39 +00:00
|
|
|
|
2007-07-10 14:02:45 +00:00
|
|
|
LIB_DEPENDS= upnp.3:${PORTSDIR}/devel/upnp
|
2002-08-04 07:37:39 +00:00
|
|
|
|
2007-06-16 12:49:58 +00:00
|
|
|
USE_RC_SUBR= linuxigd
|
2002-08-04 07:37:39 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
|
|
|
|
|
2007-06-16 12:49:58 +00:00
|
|
|
MAN8= upnpd.8
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/iptc.?
|
2002-08-04 07:37:39 +00:00
|
|
|
|
2007-06-16 12:49:58 +00:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g"
|
2002-08-04 07:37:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|