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