pkgsrc-wip/mg-lsh/Makefile
Ben Collver fd819efc92 Initial import of mg-lsh-0.70, a DOS compatible command line interpreter.
lsh is a shell which resembles command interpreters of PC 
systems (such as 4-DOS, DR-DOS, FREE-DOS, MS-DOS, OPEN-DOS, N-DOS, 
PC-DOS, Q-DOS and others, which might be trademarks of their owners 
and which is hereby acknowledged). 

Many of these command interpreters are but poor copies of proper
unix shells. So you can think of lsh as a poor clone of a poor
clone.
2004-12-05 16:45:04 +00:00

27 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/12/05 16:45:04 bencollver Exp $
#
#
DISTNAME= lsh_0.70.orig
PKGNAME= mg-lsh-0.70
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/l/lsh/}
MAINTAINER= ben@NetBSD.org
HOMEPAGE= http://web.archive.org/web/20020811140533/http://people.cs.uct.ac.za/~mwelz/lsh.html
COMMENT= DOS compatible command line interpreter
DEPENDS+= free-[0-9]*:../../sysutils/free
USE_BUILDLINK3= YES
BUILD_TARGET= lsh
WRKSRC= ${WRKDIR}/lsh-0.70
CFLAGS+= -DLSH_SYSCONFDIR="\"\\\"${PKG_SYSCONFDIR}\\\"\""
CONFLICTS+= lsh-[0-9]*:../../security/lsh
USE_PKGINSTALL= yes
EGDIR= ${PREFIX}/share/examples/mg-lsh
CONF_FILES= ${EGDIR}/autoexec ${PKG_SYSCONFDIR}/autoexec
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"