aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/linux-procps/Makefile
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-05-30 17:11:52 +0800
committerrene <rene@FreeBSD.org>2013-05-30 17:11:52 +0800
commitba3e2bef7578d017d643970840f3f4ca559859d8 (patch)
tree1f833a09d59367ca4fd4624d9910f73bc5342531 /sysutils/linux-procps/Makefile
parent2a475282cd75ad3d3fd94bcf78e86efc7503f61f (diff)
downloadfreebsd-ports-gnome-ba3e2bef7578d017d643970840f3f4ca559859d8.tar.gz
freebsd-ports-gnome-ba3e2bef7578d017d643970840f3f4ca559859d8.tar.zst
freebsd-ports-gnome-ba3e2bef7578d017d643970840f3f4ca559859d8.zip
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt
Diffstat (limited to 'sysutils/linux-procps/Makefile')
-rw-r--r--sysutils/linux-procps/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/linux-procps/Makefile b/sysutils/linux-procps/Makefile
deleted file mode 100644
index 64f8b772d8cc..000000000000
--- a/sysutils/linux-procps/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: leres
-# $FreeBSD$
-
-PORTNAME= procps
-PORTVERSION= 3.2.5
-CATEGORIES= sysutils linux
-MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-6.4
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= Linux psproc binaries
-
-CONFLICTS= linux-f10-procps-[0-9]*
-
-# EXPIRATION_DATE is the EoL of the last 7.x release
-EXPIRATION_DATE=2013-02-28
-USE_LINUX_RPM= yes
-ONLY_FOR_ARCHS= i386 amd64
-LINUX_DIST_VER= 4
-USE_LDCONFIG= yes
-BRANDELF_DIRS= bin sbin usr/bin
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-
-PROCFS= /compat/linux/proc
-
-post-install:
- @df ${PROCFS} 2>&1 | ${EGREP} '^linprocfs ' > /dev/null 2>&1 || (echo ">>>" ; echo ">>> You still need to mount ${PROCFS}; see linprocfs(5)" ; echo ">>> for more information" ; echo ">>>")
-
-.include <bsd.port.mk>