mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
46381ef82f
most confusing of all!
23 lines
433 B
Makefile
23 lines
433 B
Makefile
# New ports collection makefile for: linux_lib
|
|
# Version required: 1.0
|
|
# Date created:
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.6 1995/11/17 17:10:16 asami Exp $
|
|
#
|
|
|
|
DISTNAME= linux_lib
|
|
PKGNAME= linux_lib-1.0
|
|
CATEGORIES= emulators
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
PREFIX= /compat/linux/
|
|
WRKSRC= ${WRKDIR}
|
|
NO_MTREE= yes
|
|
|
|
pre-install:
|
|
@[ -d ${PREFIX} ] || mkdir -p ${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|