1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/linux_base-suse-9.2/Makefile
1997-04-14 19:03:13 +00:00

31 lines
625 B
Makefile

# 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>