1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/linux_base/Makefile
Satoshi Asami 3579254c2d (1) CATEGORIES is "emulation", not "emulators" (I know, I know! I'm going
to do something about this situation once 2.1 is out!)

(2) Add PKGNAME=linux_lib-1.0.  Version numbers are always required.
1995-11-14 13:03:13 +00:00

22 lines
419 B
Makefile

# 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>