mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
78c652efbf
over SSDP. WWW: http://www.gupnp.org/
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# New ports collection makefile for: gssdp
|
|
# Date created: 2009-12-26
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gssdp
|
|
PORTVERSION= 0.7.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.gupnp.org/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Framework for UPnP devices
|
|
|
|
LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup
|
|
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomehack intlhack libglade2 glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|