freebsd-ports/www/kpartsplugin/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

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>