c228a2b65d
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# Created by: 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
|
|
USES= cmake
|
|
USE_KDE4= automoc4
|
|
USE_QT4= corelib network xml dbus \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|