mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
22 lines
414 B
Makefile
22 lines
414 B
Makefile
# New ports collection makefile for: linux_lib
|
|
# Version required: 2.1
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.9 1996/10/28 15:20:13 erich Exp $
|
|
#
|
|
|
|
DISTNAME= linux_lib-2.1
|
|
CATEGORIES= emulators
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
PREFIX= /compat/linux/
|
|
WRKSRC= ${WRKDIR}
|
|
NO_MTREE= yes
|
|
|
|
pre-install:
|
|
@[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|