1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/linux-procps/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

29 lines
700 B
Makefile

# New ports collection makefile for: linux-procps
# Date created: 2007-04-04
# Whom: leres
#
# $FreeBSD$
#
PORTNAME= procps
PORTVERSION= 3.2.5
CATEGORIES= sysutils linux
DISTNAME= ${PORTNAME}-${PORTVERSION}-6.4
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Linux psproc binaries
USE_LINUX_RPM= yes
ONLY_FOR_ARCHS= i386
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>