mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28 lines
569 B
Makefile
28 lines
569 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gupnp-ui
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Framework for UPnP devices
|
|
|
|
LICENSE= LGPL20
|
|
|
|
BUILD_DEPENDS= gupnp>=0.3:${PORTSDIR}/net/gupnp
|
|
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp \
|
|
libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
|
|
USE_GNOME= gtk20
|
|
USE_LDCONFIG= yes
|
|
USE_PYTHON= yes
|
|
USES= pathfix pkgconfig
|
|
|
|
.include <bsd.port.mk>
|