aboutsummaryrefslogtreecommitdiffstats
path: root/www/kpartsplugin/Makefile
blob: 15cf96de68a8f598a46d71a155cd5721b4b0b79b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   kpartsplugin
DISTVERSION=    0.0-${PORTDATE}
PORTREVISION=   4
CATEGORIES= www kde
MASTER_SITES=   http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/
DISTNAME=   ${PORTNAME}-${PORTDATE}

MAINTAINER= avilla@FreeBSD.org
COMMENT=    Browser file viewer using KDE technology

USE_KDE4=   kdelibs automoc4
USE_QT4=    corelib gui moc_build qmake_build rcc_build uic_build
USES=       cmake webplugin:native tar:bzip2
CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}"

PORTDATE=   20120723

WEBPLUGIN_NAME= # empty
WEBPLUGIN_FILES=lib${PORTNAME}.so

.include <bsd.port.mk>