2008-08-19 10:01:36 +02:00
|
|
|
# New ports collection makefile for: konq-plugins
|
|
|
|
# Date created: 11 February 2004
|
2004-03-09 14:11:15 +01:00
|
|
|
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-08-19 10:01:36 +02:00
|
|
|
PORTNAME= ${KONQPLUGINS_PORTNAME}
|
|
|
|
PORTVERSION= ${KONQPLUGINS_PORTVERSION}
|
|
|
|
PORTREVISION= ${KONQPLUGINS_PORTREVISION}
|
|
|
|
CATEGORIES= misc kde
|
2004-03-09 14:11:15 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
2004-03-09 14:11:15 +01:00
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
2011-07-07 19:21:58 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Additional plugins and features for Konqueror
|
2004-03-09 14:11:15 +01:00
|
|
|
|
2012-12-30 13:03:51 +01:00
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
|
2008-08-19 10:01:36 +02:00
|
|
|
KDE_SPLIT= ${KONQPLUGINS_PORTNAME:S/${KDE_SPLIT_DIST}-//}
|
|
|
|
USE_KDEBASE_VER=3
|
2004-03-09 14:11:15 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX= ${KDE_PREFIX}
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-03-09 14:11:15 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-03-13 20:13:51 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-03-09 14:11:15 +01:00
|
|
|
|
2008-08-19 09:35:53 +02:00
|
|
|
PLIST_SUB+= KDE_VER="${KDE_VERSION}"
|
|
|
|
|
2004-03-09 14:11:15 +01:00
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
|
|
|
|
.include <bsd.port.mk>
|