blob: 35d9c11596c8d5c8ac5523d1a034e0859770beb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: gupnp
# Date created: 2009-12-26
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gupnp
PORTVERSION= 0.13.2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.gupnp.org/sites/all/files/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework for UPnP devices
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
gssdp-1.0:${PORTSDIR}/net/gssdp \
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack intlhack libglade2 glib20
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|' \
${WRKSRC}/tools/gupnp-binding-tool
.include <bsd.port.mk>
|