blob: adfe60b8dbe1700f80cdc4e148cbf6bccf164d9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|