737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
23 lines
580 B
Makefile
23 lines
580 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kpartsplugin
|
|
DISTVERSION= 0.0-${PORTDATE}
|
|
PORTREVISION= 6
|
|
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
|
|
|
|
USES= cmake kde:4 webplugin:native tar:bzip2
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build
|
|
CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGIN_DIR}"
|
|
|
|
PORTDATE= 20120723
|
|
|
|
WEBPLUGIN_NAME= # empty
|
|
WEBPLUGIN_FILES=lib${PORTNAME}.so
|
|
|
|
.include <bsd.port.mk>
|