aboutsummaryrefslogblamecommitdiffstats
path: root/emulators/linux_base-6/Makefile
blob: 89693470efb113f9b5e1912876d7e49ba299fcbe (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                           


                                         
                                                      

 
                             
                         
                                                                   
 

                                 
                             
                   


                   
 
            
                                               
 
           
                                                                   
 
                      
# New ports collection makefile for:    linux_lib
# Version required: 2.1
# Date created:         
# Whom:                 erich@FreeBSD.org
#
# $Id: Makefile,v 1.12 1996/11/27 12:04:32 asami Exp $
#

DISTNAME=   linux_lib-2.2
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)

.include <bsd.port.mk>