1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/upnp/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

32 lines
687 B
Makefile

# Created by: Yen-Ming Lee <leeym@leeym.com>
# $FreeBSD$
PORTNAME= upnp
PORTVERSION= 1.6.19
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= pawel@FreeBSD.org
COMMENT= Universal Plug and Play Software Development Kit
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool pathfix tar:bzip2
USE_LDCONFIG= yes
PORTDOCS= *
OPTIONS_DEFINE= DEBUG DOCS
DEBUG_CONFIGURE_ON= --enable-debug
DOCS_CONFIGURE_ON= --with-documentation=${DOCSDIR}
DOCS_CONFIGURE_OFF= --without-documentation
.include <bsd.port.mk>