aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kcharselect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kcharselect/Makefile')
-rw-r--r--deskutils/kcharselect/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
deleted file mode 100644
index 1725a3ae4156..000000000000
--- a/deskutils/kcharselect/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: kdeutils3
-# Date created: 3 November 2001
-# Whom: will@cvs.kde.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdeutils
-PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
-CATEGORIES?= misc kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
-DIST_SUBDIR= KDE
-
-MAINTAINER?= kde@FreeBSD.org
-
-USE_KDELIBS_VER=3
-USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-MAN1= efax.1 efix.1 fax.1
-
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-
-#klaptop doesn't like alpha because alpha doesn't support apm
-.if ${MACHINE_ARCH} == "alpha"
-DO_NOT_COMPILE+=klaptopdaemon
-PLIST_SUB+= ALPHA_NA="@comment "
-.else
-PLIST_SUB+= ALPHA_NA=""
-.endif
-# kfloppy is a mostly broken, non-standard, linux-centric pain...
-.if !defined(WITH_KFLOPPY)
-DO_NOT_COMPILE+=kfloppy
-PLIST_SUB+= KFLOPPY="@comment "
-.else
-PLIST_SUB+= KFLOPPY=""
-.endif
-.if defined(DO_NOT_COMPILE)
-CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
-.endif
-
-.include <bsd.port.mk>