d4041784dc
Approved by: portmgr (bdrewery)
27 lines
692 B
Makefile
27 lines
692 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kpartsplugin
|
|
DISTVERSION= 0.0-${PORTDATE}
|
|
PORTREVISION= 1
|
|
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= kdehier kdelibs kdeprefix automoc4
|
|
USE_QT4= gui moc_build qmake_build rcc_build uic_build
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGINS_DIR}"
|
|
|
|
PORTDATE= 20120723
|
|
|
|
USE_WEBPLUGINS= native
|
|
WEBPLUGINS_NAME= # empty
|
|
WEBPLUGINS_FILES= lib${PORTNAME}.so
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/firefox/Makefile.webplugins"
|
|
.include <bsd.port.post.mk>
|