mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c8d80a8275
This is part of the linux-compatibility setup Obtained from: an old slackware dist Approved by: asami (I hope ;-) )
17 lines
293 B
Makefile
17 lines
293 B
Makefile
# New ports collection makefile for: linux_lib
|
|
# Version required: 1.0
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= linux_lib
|
|
CATEGORIES= emulators
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
PREFIX= /compat/linux/
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|