1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/hupnp/Makefile
Tobias C. Berner 79e2d01382 net/hupnp fix build with clang6
PR:		224669
2018-01-17 10:44:28 +00:00

25 lines
560 B
Makefile

# Created by: Dima Panov <fluffy@FreeBSD.org>
# $FreeBSD$
PORTNAME= hupnp
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= net devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= herqq-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for building UPnP devices and control points
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/hupnp/LICENSE_LGPLv3.txt
USES= gmake qmake zip
USE_QT4= corelib network xml dbus gui \
moc_build rcc_build uic_build
USE_CXXSTD= gnu++98
QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP"
.include <bsd.port.mk>