1994-12-27 12:57:52 +00:00
|
|
|
# New ports collection makefile for: pdksh
|
1995-07-29 09:57:25 +00:00
|
|
|
# Version required: 5.2.3
|
|
|
|
# Date created: 23 May 1995
|
1994-12-27 12:57:52 +00:00
|
|
|
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
#
|
1995-07-29 09:57:25 +00:00
|
|
|
# $Id: Makefile,v 1.5 1995/04/11 19:26:34 asami Exp $
|
1995-01-03 22:15:32 +00:00
|
|
|
#
|
1994-12-27 12:57:52 +00:00
|
|
|
|
1995-07-29 09:57:25 +00:00
|
|
|
DISTNAME= pdksh-5.2.3
|
1995-04-01 12:51:41 +00:00
|
|
|
CATEGORIES+= shells
|
1995-04-11 19:26:36 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
|
|
|
|
|
1995-07-29 09:57:25 +00:00
|
|
|
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
|
|
|
|
|
1995-04-11 19:26:36 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1994-12-27 12:57:52 +00:00
|
|
|
|
1995-07-29 09:57:25 +00:00
|
|
|
post-install:
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/ksh.1
|
|
|
|
|
1994-12-27 12:57:52 +00:00
|
|
|
.include <bsd.port.mk>
|