mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
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>
|