mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
3579254c2d
to do something about this situation once 2.1 is out!) (2) Add PKGNAME=linux_lib-1.0. Version numbers are always required.
22 lines
419 B
Makefile
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>
|