freebsd-ports/misc/renamedlgplugins/Makefile
Michael Nottebrock b4c31bafd8 Update to KDE 3.3
2004-08-30 19:55:42 +00:00

33 lines
810 B
Makefile

# New ports collection makefile for: renamedlgplugins
# Date created: 11 Febrary 2004
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ${RENAMEDLGPLUG_PORTNAME}
PORTVERSION= ${RENAMEDLGPLUG_PORTVERSION}
PORTREVISION= ${RENAMEDLGPLUG_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's rename dialog
KDE_SPLIT= renamedlgplugins
KDE_DOC_SPLIT= # none
USE_KDELIBS_VER=3
USE_BZIP2= yes
PREFIX= ${KDE_PREFIX}
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
.include <bsd.port.mk>