19 lines
371 B
Makefile
19 lines
371 B
Makefile
# New ports collection makefile for: pdksh
|
|
# Version required: 5.2.12
|
|
# Date created: 23 May 1995
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
#
|
|
# $Id: Makefile,v 1.15 1996/11/05 08:11:34 tg Exp $
|
|
#
|
|
|
|
DISTNAME= pdksh-5.2.12
|
|
CATEGORIES= shells
|
|
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
|
|
|
|
MAINTAINER= tg@freebsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= ksh.1
|
|
|
|
.include <bsd.port.mk>
|