2010-09-01 23:17:04 +02:00
|
|
|
# New ports collection makefile for: cogibi
|
|
|
|
# Date created: 2010-08-14
|
|
|
|
# Whom: Dima Panov <fluffy@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cagibi
|
2011-10-17 00:58:11 +02:00
|
|
|
PORTVERSION= 0.2.0
|
2010-09-01 23:17:04 +02:00
|
|
|
CATEGORIES= net devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
|
|
MASTER_SITE_SUBDIR= stable/cagibi
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= KDE SSDP/uPNP proxy
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-03-22 21:06:14 +01:00
|
|
|
USES= cmake
|
2010-09-01 23:17:04 +02:00
|
|
|
USE_KDE4= automoc4
|
2012-06-06 08:44:37 +02:00
|
|
|
USE_QT4= corelib network xml dbus \
|
2010-09-01 23:17:04 +02:00
|
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
|
2011-10-17 00:58:11 +02:00
|
|
|
.include <bsd.port.mk>
|