mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
5e98defdb1
libgdbm for executor libxforms for mtv (mpeg player) /etc/nsswitch.conf for netscape (tcl/tk plugin works!) symlinks libg++.so.27 -> libg++.so.26 libstdc++.so.27 -> libstd++.so.26 for Xing Streamworks player
28 lines
580 B
Makefile
28 lines
580 B
Makefile
# New ports collection makefile for: linux_lib
|
|
# Version required: 2.1
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.13 1996/12/04 02:23:58 asami Exp $
|
|
#
|
|
|
|
DISTNAME= linux_lib-2.3
|
|
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>
|