freebsd-ports/sysutils/linux-procps/Makefile
Edwin Groothuis e28c5302d5 Fix typo in name:
sysutils/linux-procfs -> sysutils/linux-procps

Submitted by:	Craig Leres <leres@ee.lbl.gov>
2007-09-08 05:19:23 +00:00

28 lines
702 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
INSTALLS_SHLIB= 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>