freebsd-ports/net/miniupnpc/Makefile

29 lines
667 B
Makefile
Raw Normal View History

# New ports collection makefile for: miniupnpc
# Date created: 31 Oct 2007
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= miniupnpc
2008-10-11 16:02:51 +02:00
PORTVERSION= 1.2
CATEGORIES= net
MASTER_SITES= http://miniupnp.free.fr/files/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= UPnP IGD client lightweight library
USE_GMAKE= yes
MAKE_ENV+= INSTALLPREFIX=${PREFIX}
USE_LDCONFIG= yes
MAN3= miniupnpc.3
post-configure:
2008-01-28 04:58:53 +01:00
${REINPLACE_CMD} -e 's|--mode=|-m |' -e 's|--symbolic|-s|' \
-e 's| -Wall | -Wall -fPIC |' -e 's|--force|-f|' ${WRKSRC}/Makefile
post-install:
${INSTALL_MAN} ${WRKSRC}/man3/miniupnpc.3 ${PREFIX}/man/man3/
.include <bsd.port.mk>