pkgsrc-wip/slackware_bash/Makefile

27 lines
887 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/03/16 21:32:47 mpasternak Exp $
# $Id: Makefile,v 1.2 2004/03/16 21:32:47 mpasternak Exp $
#
DISTNAME= bash-2.05b-i486-3
PKGNAME= slackware_bash-2.05b
CATEGORIES= emulators
MASTER_SITES= ${SLACKWARE_MASTER_SITES}
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://slackware.com
COMMENT= Glibc and other important shared libraries for slackware emulation
LINUX_BASE_NODEPS= # defined
SLACK_NO_INSTALL= # we handle install procedure
DEPENDS= slackware_glibc_solibs>=2.3.2:../../wip/slackware_glibc_solibs
DEPENDS+= slackware_aaa_elflibs>=9.1.0:../../wip/slackware_aaa_elflibs
DEPENDS+= slackware_aaa_base>=9.1.0:../../wip/slackware_aaa_base
post-install:
cd ${EMULDIR} && ${SH} install/doinst.sh
${RM} -rf ${EMULDIR}/install
.include "../../wip/slackware_compat/Makefile.common"
.include "../../wip/mk/linuxbin.pkg.mk"
.include "../../mk/bsd.pkg.mk"