diff options
author | erich <erich@FreeBSD.org> | 1995-11-03 20:33:34 +0000 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-11-03 20:33:34 +0000 |
commit | dd111dabebbfe32e77c3177ee89694c84917ab8b (patch) | |
tree | 48d709222d5310c04fd35ba46a4e498c3710ee9b /emulators/linux_base-suse-9.3/Makefile | |
parent | 5b685ef3e3be30887abf3326b3338d08785f5517 (diff) | |
download | FreeBSD-ports-dd111dabebbfe32e77c3177ee89694c84917ab8b.zip FreeBSD-ports-dd111dabebbfe32e77c3177ee89694c84917ab8b.tar.gz |
imported port for linux-libraries
This is part of the linux-compatibility setup
Obtained from: an old slackware dist
Approved by: asami (I hope ;-) )
Diffstat (limited to 'emulators/linux_base-suse-9.3/Makefile')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile new file mode 100644 index 0000000..b0b3d94 --- /dev/null +++ b/emulators/linux_base-suse-9.3/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: linux_lib +# Version required: 1.0 +# Date created: +# Whom: erich@FreeBSD.org +# +# $Id$ +# + +DISTNAME= linux_lib +CATEGORIES= emulators +MAINTAINER= erich@FreeBSD.org + +PREFIX= /compat/linux/ +WRKSRC= ${WRKDIR} + +.include <bsd.port.mk> |