aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-suse-9.2/Makefile
blob: 14fd5cbd43094577ac65fdb7f3c1ecf7b39db10d (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:	1.0
# Date created:         
# Whom:                 erich@FreeBSD.org
#
# $Id: Makefile,v 1.4 1995/11/08 15:05:22 erich Exp $
#

DISTNAME=	linux_lib
PKGNAME=	linux_lib-1.0
CATEGORIES=	emulation

MAINTAINER=	erich@FreeBSD.org

PREFIX=		/compat/linux/
WRKSRC=		${WRKDIR}

pre-install:
	@[ -d ${PREFIX} ] || mkdir -p ${PREFIX}

.include <bsd.port.mk>