mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
22b50c1fd8
- Update hupnp to 1.0.0. - Update kio-upnp-ms to 1.0.0.git20110808.
24 lines
490 B
Makefile
24 lines
490 B
Makefile
# New ports collection makefile for: cogibi
|
|
# Date created: 2010-08-14
|
|
# Whom: Dima Panov <fluffy@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cagibi
|
|
PORTVERSION= 0.2.0
|
|
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
|
|
USE_CMAKE= yes
|
|
USE_KDE4= automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib network xml dbus \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|