diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /misc/renamedlgplugins/Makefile | |
parent | eec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff) | |
download | ports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip |
Notes
Diffstat (limited to 'misc/renamedlgplugins/Makefile')
-rw-r--r-- | misc/renamedlgplugins/Makefile | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/renamedlgplugins/Makefile b/misc/renamedlgplugins/Makefile deleted file mode 100644 index 1e59a856dab4..000000000000 --- a/misc/renamedlgplugins/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# 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= ports@FreeBSD.org -COMMENT= Plugins for Konqueror's rename dialog - -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -KDE_SPLIT= renamedlgplugins -KDE_DOC_SPLIT= # none -USE_KDELIBS_VER=3 - -USE_BZIP2= yes -PREFIX= ${KDE_PREFIX} -USE_AUTOTOOLS= libtool -USE_GMAKE= yes - -USE_LDCONFIG= yes - -PLIST_SUB+= KDE_VER="${KDE_VERSION}" - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split" -.include <bsd.port.mk> |