9833990a19
These packages are based on slackware-current binaries. slackware_base and its dependencies need some non-standard stuff (in terms of wip/mk/linuxbin.pkg.mk) to install - basically, they handle their installation stuff on their own. slackware_gcc and slackware_tcsh are included as an example "extra" packages for Slackware base - they are not needed for basic functionality, but as bin/cp, bin/sh and other utilities are installed by the time slackware_tcsh or slackware_gcc is installed, they can handle their installation only via wip/mk/linuxbin.pkg.mk and nothing else
27 lines
690 B
Makefile
27 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/03/12 12:42:34 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= slackware_compat-9.1.2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://slackware.com/
|
|
COMMENT= Slackware emulation base
|
|
|
|
DEPENDS+= slackware_aaa_base>=9.1.0:../../wip/slackware_aaa_base
|
|
DEPENDS+= slackware_aaa_elflibs>=9.1.0:../../wip/slackware_aaa_elflibs
|
|
DEPENDS+= slackware_coreutils>=2.3.2:../../wip/slackware_coreutils
|
|
DEPENDS+= slackware_bash>=2.05b:../../wip/slackware_bash
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
NO_BUILDLINK= yes
|
|
NO_MTREE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|