aboutsummaryrefslogtreecommitdiff
path: root/www/konqueror-nsplugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/konqueror-nsplugins/Makefile')
-rw-r--r--www/konqueror-nsplugins/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/www/konqueror-nsplugins/Makefile b/www/konqueror-nsplugins/Makefile
deleted file mode 100644
index 226582ef86e7..000000000000
--- a/www/konqueror-nsplugins/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: konqueror-nsplugins
-# Date created: June 19 2004
-# Whom: Michael Nottebrock <lofi@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= konqueror-nsplugins
-PORTVERSION= ${KDE_VERSION}
-CATEGORIES= www kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
-PKGNAMEPREFIX= kdebase-
-DISTNAME= kdebase-${PORTVERSION}
-DIST_SUBDIR= KDE
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= Netscape plugin support for Konqueror
-
-BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT}
-
-CONFLICTS= kdebase-3.1.* kdebase-3.2.[0-3]
-
-USE_KDELIBS_VER=3
-PREFIX= ${KDE_PREFIX}
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/kdebase-${PORTVERSION}
-
-INSTALLS_SHLIB= yes
-LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
-
-CONFIGURE_ARGS+=--without-java
-
-pre-configure:
- ${ECHO_CMD} "nsplugins" > ${WRKSRC}/inst-apps
- ${REINPLACE_CMD} -e \
- 's/startkde//g' ${WRKSRC}/Makefile.in
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.mk>