freebsd-ports/emulators/linux_base-8/Makefile
Mark Murray 3a77a51b7a Upgrade to thae latest Redhat offerings. This brings in the Linux
glibc2 stuff.

The tarball is in freefall:~markm/linux_lib-2.6.tar.gz; please someone
move it over to ftp.freebsd.org. Ta!
1998-10-31 09:28:05 +00:00

33 lines
733 B
Makefile

# New ports collection makefile for: linux_lib
# Version required: 2.6
# Date created: 3 Nov 1995
# Whom: markm@FreeBSD.org
#
# $Id: Makefile,v 1.21 1998/10/09 01:29:00 asami Exp $
#
DISTNAME= linux_lib-2.6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= erich@FreeBSD.org
PREFIX= /compat/linux
NO_MTREE= yes
NO_BUILD= yes
EXTRACT_ONLY= # empty
NO_WRKSUBDIR= yes
NO_FILTER_SHLIBS= yes
pre-install:
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
do-install:
@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
post-install:
-/compat/linux/sbin/ldconfig
${MKDIR} ${PREFIX}/usr/lib/zoneinfo
ln -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
.include <bsd.port.mk>