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

23 lines
437 B
Makefile
Raw Normal View History

# New ports collection makefile for: linux_lib
1996-03-29 14:46:46 +00:00
# Version required: 2.0
# Date created:
# Whom: erich@FreeBSD.org
#
1996-03-29 14:46:46 +00:00
# $Id: Makefile,v 1.7 1995/11/22 11:48:12 asami Exp $
#
1996-03-29 14:46:46 +00:00
DISTNAME= linux_lib-2.0
PKGNAME= linux_lib-2.0
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>