1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/kpartsplugin/Makefile
Max Brazhnikov b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00

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>