1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/linux_base-6/Makefile

29 lines
534 B
Makefile
Raw Normal View History

# New ports collection makefile for: linux_lib
# Version required: 2.1
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.10 1996/11/12 02:16:46 obrien Exp $
#
DISTNAME= linux_lib-2.2
CATEGORIES= emulators
MAINTAINER= erich@FreeBSD.org
PREFIX= /compat/linux
WRKSRC= ${WRKDIR}
1995-11-17 17:10:16 +00:00
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>