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