forked from Lainports/opnsense-ports
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# Created by: Dima Panov <fluffy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cagibi
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net devel
|
|
MASTER_SITES= KDE/stable/${PORTNAME}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE SSDP/uPNP proxy
|
|
|
|
USES= cmake kde:4 qt:4 tar:bzip2
|
|
USE_KDE= automoc4
|
|
USE_QT= corelib network xml dbus \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|