1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/linux_base-6/Makefile

22 lines
414 B
Makefile
Raw Normal View History

# New ports collection makefile for: linux_lib
# Version required: 2.1
# Date created:
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.8 1996/03/29 14:46:25 erich Exp $
#
DISTNAME= linux_lib-2.1
CATEGORIES= emulators
MAINTAINER= erich@FreeBSD.org
PREFIX= /compat/linux/
WRKSRC= ${WRKDIR}
1995-11-17 17:10:16 +00:00
NO_MTREE= yes
pre-install:
@[ -d ${PREFIX} ] || mkdir -p ${PREFIX}
.include <bsd.port.mk>