mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
b22224f636
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app) and supposedly fix build of graphics/gnash with KDE4 option
24 lines
585 B
Makefile
24 lines
585 B
Makefile
# $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 kdeprefix 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>
|