aboutsummaryrefslogblamecommitdiff
path: root/net/miniupnpc/Makefile
blob: d3a14534ab64f0277e5eec51adcbdecb5cfd7481 (plain) (tree)




















                                                   

                                                                    

                      
# New ports collection makefile for:    miniupnpc
# Date created:         31 Oct 2007
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=	miniupnpc
PORTVERSION=	0.1.0.11
CATEGORIES=	net
MASTER_SITES=	http://miniupnp.free.fr/files/
DISTNAME=	${PORTNAME}-1.0-RC11

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	UPnP IGD client lightweight library

USE_GMAKE=	yes
MAKE_ENV+=	INSTALLPREFIX=${PREFIX}
USE_LDCONFIG=	yes

post-configure:
	${REINPLACE_CMD} -e 's|--mode=|-m |' -e 's|--symbolic|-s|' \
		-e 's| -Wall | -Wall -fPIC |' ${WRKSRC}/Makefile

.include <bsd.port.mk>