freebsd-ports/misc/konq-plugins-kde4/Makefile
Thomas Abthorpe 0f43e19098 The FreeBSD KDE is please to announce the release of KDE 4.3.1,
a bugfix, translation and maintenance update. Release note can be found
at http://kde.org/announcements/announce-4.3.1.php

We would like to thank all our contributors and testers. My personal
thanks to miwi and makc for coaching me through my first KDE commit.
2009-09-01 22:19:47 +00:00

31 lines
717 B
Makefile

# New ports collection makefile for: konq-plugins-kde4
# Date created: 2008-07-31
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= konq-plugins
PORTVERSION= ${EXTRA_VER}
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear
DIST_SUBDIR= KDE/extragear
MAINTAINER= kde@FreeBSD.org
COMMENT= Additonal plugins and features for Konqueror
LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib
LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USE_KDE4= kdelibs kdebase kdeprefix kdehier automoc4
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
USE_CMAKE= yes
MAKE_JOBS_SAFE= yes
EXTRA_VER= 4.3.1
.include <bsd.port.mk>