freebsd-ports/misc/renamedlgplugins/Makefile

36 lines
854 B
Makefile
Raw Normal View History

# 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}
2004-08-30 21:55:42 +02:00
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
2004-04-20 11:08:07 +02:00
COMMENT= Plugins for Konqueror's rename dialog
KDE_SPLIT= renamedlgplugins
KDE_DOC_SPLIT= # none
USE_KDELIBS_VER=3
USE_BZIP2= yes
PREFIX= ${KDE_PREFIX}
2006-03-30 22:30:29 +02:00
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
2007-03-13 20:13:51 +01:00
USE_LDCONFIG= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3
PLIST_SUB+= KDE_VER="${KDE_VERSION}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split"
.include <bsd.port.mk>