1995-11-03 20:33:34 +00:00
|
|
|
# New ports collection makefile for: linux_lib
|
1998-10-31 09:28:05 +00:00
|
|
|
# Version required: 2.6
|
|
|
|
# Date created: 3 Nov 1995
|
|
|
|
# Whom: markm@FreeBSD.org
|
1995-11-03 20:33:34 +00:00
|
|
|
#
|
1998-10-31 09:28:05 +00:00
|
|
|
# $Id: Makefile,v 1.21 1998/10/09 01:29:00 asami Exp $
|
1995-11-03 20:33:34 +00:00
|
|
|
#
|
|
|
|
|
1998-10-31 09:28:05 +00:00
|
|
|
DISTNAME= linux_lib-2.6
|
1995-11-22 11:48:30 +00:00
|
|
|
CATEGORIES= emulators
|
1997-04-30 03:18:09 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
1995-11-14 13:03:13 +00:00
|
|
|
|
1995-11-03 20:33:34 +00:00
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
|
1996-11-26 23:09:14 +00:00
|
|
|
PREFIX= /compat/linux
|
1995-11-17 17:10:16 +00:00
|
|
|
NO_MTREE= yes
|
1996-11-26 23:09:14 +00:00
|
|
|
NO_BUILD= yes
|
1997-07-10 03:41:38 +00:00
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_WRKSUBDIR= yes
|
1998-10-09 01:29:00 +00:00
|
|
|
NO_FILTER_SHLIBS= yes
|
1995-11-03 20:33:34 +00:00
|
|
|
|
1995-11-08 15:06:30 +00:00
|
|
|
pre-install:
|
1996-11-12 02:19:40 +00:00
|
|
|
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
|
1995-11-05 11:54:58 +00:00
|
|
|
|
1996-11-26 23:09:14 +00:00
|
|
|
do-install:
|
1996-12-04 02:23:58 +00:00
|
|
|
@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)
|
1996-11-26 23:09:14 +00:00
|
|
|
|
1997-04-14 19:03:13 +00:00
|
|
|
post-install:
|
|
|
|
-/compat/linux/sbin/ldconfig
|
1997-11-25 04:32:03 +00:00
|
|
|
${MKDIR} ${PREFIX}/usr/lib/zoneinfo
|
1997-12-04 17:34:28 +00:00
|
|
|
ln -sf /etc/localtime /${PREFIX}/usr/lib/zoneinfo/localtime
|
1997-04-14 19:03:13 +00:00
|
|
|
|
1995-11-03 20:33:34 +00:00
|
|
|
.include <bsd.port.mk>
|