aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-8/Makefile
blob: b38ce2e9d76558fd6d1f77d3195d616ef9d75753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    linux_lib
# Version required: 2.1
# Date created:         
# Whom:                 erich@FreeBSD.org
#
# $Id: Makefile,v 1.14 1996/12/11 17:46:11 erich Exp $
#

DISTNAME=   linux_lib-2.4
CATEGORIES= emulators
MASTER_SITES=   ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/

MAINTAINER= erich@FreeBSD.org

PREFIX=     /compat/linux
NO_MTREE=   yes
NO_BUILD=   yes
NO_EXTRACT= yes
NO_WRKDIR=  yes

pre-install:
    @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}

do-install:
    @zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)

post-install:
    -/compat/linux/sbin/ldconfig

.include <bsd.port.mk>