summaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.3/Makefile
blob: 9829821038f7dd4e86c80d9150cdc46e66be0f16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>