1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/renamedlgplugins/Makefile
2006-03-30 20:30:29 +00:00

34 lines
818 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}
USE_AUTOTOOLS= libtool:15
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>