summaryrefslogtreecommitdiff
path: root/net/kdenetwork4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/kdenetwork4/Makefile')
-rw-r--r--net/kdenetwork4/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile
deleted file mode 100644
index 383e50438e12..000000000000
--- a/net/kdenetwork4/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: kdenetwork2
-# Date created: Sun May 14 00:55:45
-# Whom: Will Andrews <will@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdenetwork
-PORTVERSION= 3.0
-PORTREVISION= 1
-CATEGORIES?= net news kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER?= kde@FreeBSD.org
-
-LIB_DEPENDS= uu.1:${PORTSDIR}/converters/uulib
-
-USE_KDELIBS_VER=3
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
-CONFIGURE_ARGS+=--enable-final
-.endif
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
-CONFIGURE_ARGS+=--disable-debug
-.endif
-USE_GMAKE= yes
-MAKE_ENV= ${CONFIGURE_ENV}
-
-UTMP?= /var/run/utmp
-.if exists(${UTMP})
-PLIST_SUB+= KTALKD=""
-.else
-PLIST_SUB+= KTALKD="@comment "
-pre-configure:
- @${ECHO_MSG} '===> NOTE: The file ${UTMP} was not found.'
- @${ECHO_MSG} '===> NOTE: ktalkd and kotalkd, which require ${UTMP}, will not be built.'
-.endif
-
-.include <bsd.port.mk>