pkgsrc/shells/pdksh/Makefile
jlam dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00

25 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/12/29 06:22:12 jlam Exp $
#
DISTNAME= pdksh-5.2.14
PKGREVISION= 2
CATEGORIES= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \
http://gd.tuwien.ac.at/utils/shells/pdksh/ \
ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \
ftp://ftp.demon.net/pub/mirrors/pdksh/ \
ftp://ftp.rge.com/pub/shells/pdksh/ \
ftp://pink.seudns.net/pub/mirrors/pdksh/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://web.cs.mun.ca/~michael/pdksh/
COMMENT= Free clone of the AT&T Korn shell
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-prefix=pd
PKG_SHELL= bin/pdksh
.include "../../mk/bsd.pkg.mk"