1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/misc/kfile-plugins/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

36 lines
881 B
Makefile

# New ports collection makefile for: kfile-plugins
# Date created: 11 Febrary 2004
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ${KFILEPLUGINS_PORTNAME}
PORTVERSION= ${KFILEPLUGINS_PORTVERSION}
PORTREVISION= 1
PORTREVISION= ${KFILEPLUGINS_PORTREVISION}
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Plugins for Konqueror (in filemanager mode)
KDE_SPLIT= ${KFILEPLUGINS_PORTNAME:S/${KDE_SPLIT_DIST}-//}
KDE_DOC_SPLIT= # none
USE_KDEBASE_VER=3
USE_KDELIBS_VER=3
USE_BZIP2= yes
PREFIX= ${KDE_PREFIX}
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
.include <bsd.port.mk>