aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-8/Makefile
blob: 6e050926e3b76f5a93d5350f151b53260907310c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    linux_lib
# Version required: 2.0
# Date created:         
# Whom:                 erich@FreeBSD.org
#
# $Id: Makefile,v 1.7 1995/11/22 11:48:12 asami Exp $
#

DISTNAME=   linux_lib-2.0
PKGNAME=    linux_lib-2.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>