freebsd-ports/www/kpartsplugin/Makefile
Alberto Villa 2b20d29b9f - Do not install in subdirectory.
- Trim Makefile header.
- Bump PORTREVISION.

Feature safe:	yes
2012-10-27 14:42:26 +00:00

28 lines
714 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
USE_CMAKE= yes
CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${WEBPLUGINS_DIR}"
MAKE_JOBS_SAFE= yes
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>